6 references to LspUsingDevkitFeatures
Microsoft.CodeAnalysis.LanguageServer (2)
LanguageServer\RazorDynamicDocumentSyncRegistration.cs (1)
27if (!globalOptionService.GetOption(LspOptionsStorage.LspUsingDevkitFeatures))
ServerConfigurationFactory.cs (1)
39_globalOptionService.SetGlobalOption(LspOptionsStorage.LspUsingDevkitFeatures, isDevkitEnabled);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensHandler.cs (1)
73if (!_globalOptionService.GetOption(LspOptionsStorage.LspUsingDevkitFeatures) && testsCodeLensEnabled)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
CodeLens\CSharpCodeLensTests.cs (3)
497OptionUpdater = (globalOptions) => globalOptions.SetGlobalOption(LspOptionsStorage.LspUsingDevkitFeatures, false) 528OptionUpdater = (globalOptions) => globalOptions.SetGlobalOption(LspOptionsStorage.LspUsingDevkitFeatures, false) 559OptionUpdater = (globalOptions) => globalOptions.SetGlobalOption(LspOptionsStorage.LspUsingDevkitFeatures, true)