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