2 instantiations of LocationTagged
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\HtmlMarkupParser.cs (2)
1397new LocationTagged<string>(prefixContent, prefixStart), 1398new LocationTagged<string>(CurrentToken.Content, CurrentStart));
7 references to LocationTagged
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Legacy\LiteralAttributeChunkGenerator.cs (4)
13public LiteralAttributeChunkGenerator(LocationTagged<string> prefix, LocationTagged<string> value) 19public LocationTagged<string> Prefix { get; } 21public LocationTagged<string> Value { get; }
Language\Legacy\LocationTagged.cs (3)
38var other = obj as LocationTagged<TValue>; 81public static implicit operator TValue(LocationTagged<TValue> value)