1 write to _cancellationToken
Microsoft.CodeAnalysis.Features (1)
Structure\Syntax\BlockSpanCollector.cs (1)
28
_cancellationToken
= cancellationToken;
6 references to _cancellationToken
Microsoft.CodeAnalysis.Features (6)
Structure\Syntax\BlockSpanCollector.cs (6)
45
_cancellationToken
.ThrowIfCancellationRequested();
68
_cancellationToken
.ThrowIfCancellationRequested();
70
provider.CollectBlockSpans(previousToken, node, ref spans, _options,
_cancellationToken
);
85
_cancellationToken
.ThrowIfCancellationRequested();
90
_cancellationToken
.ThrowIfCancellationRequested();
92
provider.CollectBlockSpans(trivia, ref spans, _options,
_cancellationToken
);