11 references to Advance
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\HtmlMarkupParser.cs (5)
339SourceLocationTracker.Advance(tracker.TagLocation, "<"), 553new SourceSpan(SourceLocationTracker.Advance(endTagStartLocation, "</"), Math.Max(endTagName.Length, 1)), endTagName)); 570SourceLocationTracker.Advance(tracker.TagLocation, "<"), 690tagName.Length == 0 ? tagStartLocation : SourceLocationTracker.Advance(tagStartLocation, "<"), 1547new SourceSpan(SourceLocationTracker.Advance(tagStart, "</"), ScriptTagName.Length),
Language\Legacy\TagHelperParseTreeRewriter.cs (6)
142var source = new SourceSpan(SourceLocationTracker.Advance(startTag.GetSourceLocation(_source), "<"), tagName.Length); 187new SourceSpan(SourceLocationTracker.Advance(endTag.GetSourceLocation(_source), "</"), tagName.Length), tagName)); 368new SourceSpan(SourceLocationTracker.Advance(endTag.GetSourceLocation(_source), "</"), tagName.Length), 581var errorStart = SourceLocationTracker.Advance(child.GetSourceLocation(_source), whitespace); 731return SourceLocationTracker.Advance(tagBlock.GetSourceLocation(source), "<"); 736return SourceLocationTracker.Advance(tagBlock.GetSourceLocation(source), "</");