2 references to End
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\MarkupSplitter.Classify.cs (2)
184
if (boundary > child.Start && boundary < child.
End
)
234
for (var index = child.Start; index < child.
End
; index++)