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