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