File tree 1 file changed +5
-4
lines changed
src/libraries/System.Private.CoreLib/src/System/Threading
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ public ValueTask DisposeAsync()
53
53
default ;
54
54
}
55
55
56
- /// <summary>
57
- /// Gets the <see cref="CancellationToken"/> with which this registration is associated. If the
58
- /// registration isn't associated with a token (such as after the registration has been disposed),
56
+ /// <summary>Gets the <see cref="CancellationToken"/> with which this registration is associated.</summary>
57
+ /// <remarks>
58
+ /// If the registration isn't associated with a token (such as for a registration returned from a call
59
+ /// to <see cref="CancellationToken.Register"/> on a token that already had cancellation requested),
59
60
/// this will return a default token.
60
- /// </summary >
61
+ /// </remarks >
61
62
public CancellationToken Token
62
63
{
63
64
get
You can’t perform that action at this time.
0 commit comments