2 references to GetStatements
Microsoft.CodeAnalysis.CSharp.Features (2)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (2)
347
var firstStatementAffectedIndex = GetFirstStatementAffectedIndex(innermostCommonBlock, matches,
GetStatements
(innermostCommonBlock).IndexOf(allAffectedStatements.Contains));
409
var statementsInBlock =
GetStatements
(innermostCommonBlock);