1 instantiation of TestLanguageServerFeatureOptions
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Workspaces\TestLanguageServerFeatureOptions.cs (1)
11
public static readonly LanguageServerFeatureOptions Instance = new
TestLanguageServerFeatureOptions
();
1 reference to TestLanguageServerFeatureOptions
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Workspaces\WorkspaceTestBase.cs (1)
88
_languageServerFeatureOptions =
TestLanguageServerFeatureOptions
.Instance;