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