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