1 type derived from CodeGenerator
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
56protected abstract partial class CodeGenerator<TNodeUnderContainer, TCodeGenerationOptions> : CodeGenerator
3 references to CodeGenerator
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.cs (3)
40protected abstract CodeGenerator CreateCodeGenerator(SelectionResult selectionResult, AnalyzerResult analyzerResult); 62var codeGenerator = this.CreateCodeGenerator(this.OriginalSelectionResult, analyzeResult); 78var generator = this.CreateCodeGenerator(