1 write to CancellationToken
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1929CancellationToken = cancellationToken;
6 references to CancellationToken
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
RequestDelegateGeneratorSuppressor.cs (1)
58var operation = semanticModel.GetOperation(node, context.CancellationToken);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\CommonDiagnosticAnalyzers.cs (1)
2236context.CancellationToken.ThrowIfCancellationRequested();
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (2)
36ISymbol diagnosedSymbol = model.GetDeclaredSymbol(diagnostic.Location.SourceTree.GetRoot(context.CancellationToken).FindNode(diagnostic.Location.SourceSpan), context.CancellationToken);
Microsoft.ML.InternalCodeAnalyzer (2)
RelaxTestNamingSuppressor.cs (2)
41var root = tree.GetRoot(context.CancellationToken); 45var declaredSymbol = semanticModel.GetDeclaredSymbol(node, context.CancellationToken);