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