3 references to GetStatements
Microsoft.CodeAnalysis.CSharp.Features (3)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (3)
412
var firstStatementAffectedIndex = GetFirstStatementAffectedIndex(innermostCommonBlock, matches,
GetStatements
(innermostCommonBlock).IndexOf(allAffectedStatements.Contains));
417
var statements = InsertWithinTriviaOfNext(
GetStatements
(newInnerMostBlock), declarationStatement, firstStatementAffectedIndex);
473
var statementsInBlock =
GetStatements
(innermostCommonBlock);