3 types derived from CSharpCodeGenerator
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
29bool localFunction) : CSharpCodeGenerator(selectionResult, analyzerResult, options, localFunction)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs (1)
28bool localFunction) : CSharpCodeGenerator(selectionResult, analyzerResult, options, localFunction)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs (1)
25bool localFunction) : CSharpCodeGenerator(selectionResult, analyzerResult, options, localFunction)
2 references to CSharpCodeGenerator
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.cs (1)
26=> CSharpCodeGenerator.Create(selectionResult, analyzerResult, this.Options, this.LocalFunction);
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
46public static CSharpCodeGenerator Create(