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