2 instantiations of CancellationTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4229var analyzer = new CancellationTestAnalyzer(actionKind);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
878var analyzer = new CancellationTestAnalyzer(actionKind);
4 references to CancellationTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
4229var analyzer = new CancellationTestAnalyzer(actionKind); 4252Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (2)
878var analyzer = new CancellationTestAnalyzer(actionKind); 905Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnosticsMap.Single().Id);