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