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