3 overrides of GetInitialStatementsForMethodDefinitions
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
87
protected override ImmutableArray<StatementSyntax>
GetInitialStatementsForMethodDefinitions
()
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs (1)
33
protected override ImmutableArray<StatementSyntax>
GetInitialStatementsForMethodDefinitions
()
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs (1)
30
protected override ImmutableArray<StatementSyntax>
GetInitialStatementsForMethodDefinitions
()
1 reference to GetInitialStatementsForMethodDefinitions
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
410
var statements =
GetInitialStatementsForMethodDefinitions
();