4 instantiations of ExpressionChunkGenerator
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\CSharpCodeParser.cs (3)
389
chunkGenerator = new
ExpressionChunkGenerator
();
520
generator = new
ExpressionChunkGenerator
();
2840
generator = new
ExpressionChunkGenerator
();
Language\Legacy\TagHelperBlockRewriter.cs (1)
911
newGenerator = new
ExpressionChunkGenerator
();
3 references to ExpressionChunkGenerator
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\CSharpCodeParser.cs (2)
1155
if (chunkGenerator is
ExpressionChunkGenerator
)
3049
if (chunkGenerator is
ExpressionChunkGenerator
)
Language\Legacy\ExpressionChunkGenerator.cs (1)
12
private static readonly int TypeHashCode = typeof(
ExpressionChunkGenerator
).GetHashCode();