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