3 references to LocationTagged
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\HtmlMarkupParser.cs (2)
1397
new
LocationTagged
<string>(prefixContent, prefixStart),
1398
new
LocationTagged
<string>(CurrentToken.Content, CurrentStart));
Language\Legacy\LocationTagged.cs (1)
17
:
this
(value, new SourceLocation(absoluteIndex, lineIndex, characterIndex))