1 write to CancellationToken
Microsoft.CodeAnalysis.Features (1)
Structure\BlockStructureContext.cs (1)
24
CancellationToken
= cancellationToken;
2 references to CancellationToken
Microsoft.CodeAnalysis.Features (2)
Structure\Syntax\AbstractBlockStructureProvider.cs (2)
37
var syntaxRoot = context.SyntaxTree.GetRoot(context.
CancellationToken
);
40
syntaxRoot, context.Options, _nodeProviderMap, _triviaProviderMap, ref spans.AsRef(), context.
CancellationToken
);