1 write to FinalSpan
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionValidator.cs (1)
416return selectionInfo.With(s => s.FinalSpan = GetAdjustedSpan(text, TextSpan.FromBounds(start, end)));
4 references to FinalSpan
Microsoft.CodeAnalysis.CSharp.Features (4)
ExtractMethod\CSharpSelectionValidator.cs (4)
86selectionInfo.FinalSpan, 306var tokens = root.DescendantTokens(selectionInfo.FinalSpan); 307if (tokens.ContainPreprocessorCrossOver(selectionInfo.FinalSpan)) 319if (tokens.ContainArgumentlessThrowWithoutEnclosingCatch(selectionInfo.FinalSpan))