3 types derived from CSharpCodeGenerator
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
29
bool localFunction) :
CSharpCodeGenerator
(selectionResult, analyzerResult, options, localFunction)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs (1)
28
bool localFunction) :
CSharpCodeGenerator
(selectionResult, analyzerResult, options, localFunction)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs (1)
25
bool 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)
46
public static
CSharpCodeGenerator
Create(