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