2 instantiations of CSharpCodeGenerationService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpUseLocalFunctionCodeFixProvider.cs (1)
96CodeGenerationContext.Default, CSharpCodeGenerationOptions.Default, new CSharpCodeGenerationService(document.Project.Services), root.SyntaxTree.Options.LanguageVersion());
MakeLocalFunctionStaticCodeFixHelper.cs (1)
172CodeGenerationContext.Default, CSharpCodeGenerationOptions.Default, new CSharpCodeGenerationService(document.Project.Services), root.SyntaxTree.Options.LanguageVersion());
2 references to CSharpCodeGenerationService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpCodeGenerationContextInfo.cs (2)
14public CSharpCodeGenerationContextInfo(CodeGenerationContext context, CSharpCodeGenerationOptions options, CSharpCodeGenerationService service, LanguageVersion languageVersion) 23public new CSharpCodeGenerationService Service { get; }