1 instantiation of CSharpVirtualCharLanguageService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (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.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharLanguageServiceFactory.cs (2)
23
=>
CSharpVirtualCharLanguageService
.Instance;
27
internal static new readonly
CSharpVirtualCharLanguageService
Instance = new();