2 instantiations of LiveAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\BuildOnlyDiagnosticIdsHandlerTests.cs (2)
53builder.Add(LanguageNames.CSharp, [DiagnosticExtensions.GetCompilerDiagnosticAnalyzer(LanguageNames.CSharp), new BuildOnlyAnalyzer(), new LiveAnalyzer()]); 54builder.Add(LanguageNames.VisualBasic, [DiagnosticExtensions.GetCompilerDiagnosticAnalyzer(LanguageNames.VisualBasic), new BuildOnlyAnalyzer(), new LiveAnalyzer()]);