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