1 write to CancellationToken
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
59CancellationToken = cancellationToken;
3 references to CancellationToken
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (3)
79_syntaxFacts.IsInInactiveRegion(this.Tree, LineToBeIndented.Start, this.CancellationToken)) 170var changes = SmartTokenFormatter.FormatToken(token, CancellationToken); 224if (this.Tree.OverlapsHiddenPosition(GetNormalizedSpan(position), CancellationToken))