2 references to WithCancellationToken
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
700
_lazyAnalyzerExecutor = this.AnalyzerExecutor.
WithCancellationToken
(cancellationToken);
2259
var executor = AnalyzerExecutor.
WithCancellationToken
(cancellationToken);