5 references to IsSpanWithinDocument
Microsoft.CodeAnalysis.Razor.Workspaces (5)
DocumentMapping\AbstractDocumentMappingService.cs (5)
56
if (!
IsSpanWithinDocument
(range, sourceText))
92
if (!
IsSpanWithinDocument
(razorSpan, sourceText))
222
if (!
IsSpanWithinDocument
(range, csharpSourceText))
256
if (!
IsSpanWithinDocument
(csharpRange, csharpSourceText))
337
if (!
IsSpanWithinDocument
(csharpRange, csharpSourceText))