1 instantiation of CSharpVirtualCharLanguageService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharLanguageServiceFactory.cs (1)
27
internal static new readonly CSharpVirtualCharLanguageService Instance =
new
();
2 references to CSharpVirtualCharLanguageService
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharLanguageServiceFactory.cs (2)
23
=>
CSharpVirtualCharLanguageService
.Instance;
27
internal static new readonly
CSharpVirtualCharLanguageService
Instance = new();