7 references to Live
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
258public override string BuildTool => PredefinedBuildTools.Live;
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.cs (3)
264builder.Add(FileContentLoadAnalyzer.Instance, new StateSet(language, FileContentLoadAnalyzer.Instance, PredefinedBuildTools.Live)); 265builder.Add(GeneratorDiagnosticsPlaceholderAnalyzer.Instance, new StateSet(language, GeneratorDiagnosticsPlaceholderAnalyzer.Instance, PredefinedBuildTools.Live)); 284PredefinedBuildTools.Live : analyzer.GetAnalyzerAssemblyName();
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
439if (buildTool == PredefinedBuildTools.Live)
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Diagnostics\DefaultDiagnosticUpdateSourceTests.vb (2)
256Assert.Equal(PredefinedBuildTools.Live, buildTool) 285Assert.Equal(PredefinedBuildTools.Live, buildTool)