1 write to LastStatement
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionInfo.cs (1)
47LastStatement = lastStatement;
1 reference to LastStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionValidator.cs (1)
365var (firstStatement, lastStatement) = (selectionInfo.FirstStatement, selectionInfo.LastStatement);