1 write to _cancellationToken
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpAddImportsService.cs (1)
124_cancellationToken = cancellationToken;
2 references to _cancellationToken
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpAddImportsService.cs (2)
143if (!node.CanAddUsingDirectives(_options.AllowInHiddenRegions, _cancellationToken)) 176if (!node.CanAddUsingDirectives(_options.AllowInHiddenRegions, _cancellationToken))