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