1 instantiation of CSharpSyntaxFactsService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpSyntaxFactsService.cs (1)
26
internal static new readonly CSharpSyntaxFactsService Instance =
new
();
2 references to CSharpSyntaxFactsService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpSyntaxFactsService.cs (1)
26
internal static new readonly
CSharpSyntaxFactsService
Instance = new();
CSharpSyntaxFactsServiceFactory.cs (1)
25
=>
CSharpSyntaxFactsService
.Instance;