1 instantiation of LiteralAttributeChunkGenerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\HtmlMarkupParser.cs (1)
1396
chunkGenerator = new
LiteralAttributeChunkGenerator
(
2 references to LiteralAttributeChunkGenerator
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\LiteralAttributeChunkGenerator.cs (2)
30
var
other = obj as
LiteralAttributeChunkGenerator
;