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