3 references to ServerConfiguration
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\LanguageServerProjectSystem.cs (1)
83
var razorDesignTimePath = serverConfigurationFactory.
ServerConfiguration
?.RazorDesignTimePath;
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
43
var razorSourceGenerator = serverConfigurationFactory?.
ServerConfiguration
?.RazorSourceGenerator;
ServerConfigurationFactory.cs (1)
28
public ServerConfiguration ServerConfiguration => _serverConfiguration ?? throw new InvalidOperationException($"{nameof(
ServerConfiguration
)} has not been initialized");