1 instantiation of RegisterSyntaxTreeCancellationAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\GetDiagnosticsTests.cs (1)
743var analyzer = new RegisterSyntaxTreeCancellationAnalyzer();
2 references to RegisterSyntaxTreeCancellationAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\GetDiagnosticsTests.cs (2)
743var analyzer = new RegisterSyntaxTreeCancellationAnalyzer(); 758Assert.Equal(RegisterSyntaxTreeCancellationAnalyzer.DiagnosticId, diagnostic.Id);