3 instantiations of CancellationTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4074var analyzer = new CancellationTestAnalyzer(actionKind);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (2)
985var analyzer = new CancellationTestAnalyzer(actionKind); 1107var analyzer = new CancellationTestAnalyzer(actionKind);
6 references to CancellationTestAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
4074var analyzer = new CancellationTestAnalyzer(actionKind); 4097Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (4)
985var analyzer = new CancellationTestAnalyzer(actionKind); 1048Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id); 1107var analyzer = new CancellationTestAnalyzer(actionKind); 1141Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id);