2 writes to CodeGenerationOptions
Microsoft.CodeAnalysis.Workspaces (2)
ExtractMethod\ExtractMethodOptions.cs (2)
29CodeGenerationOptions = CodeGenerationOptionsProviders.GetDefault(languageServices), 47CodeGenerationOptions = await document.GetCodeGenerationOptionsAsync(cancellationToken).ConfigureAwait(false),
1 reference to CodeGenerationOptions
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
86Options = (TCodeGenerationOptions)options.CodeGenerationOptions;