2 writes to _chunkGenerator
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
2362
_chunkGenerator
= chunkGenerator;
2375
_chunkGenerator
= chunkGenerator;
2 references to _chunkGenerator
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
2380
public ISpanChunkGenerator ChunkGenerator =>
_chunkGenerator
;
2406
=> new CSharpStatementLiteralSyntax(Kind, _literalTokens,
_chunkGenerator
, _editHandler, diagnostics);