3 writes to _content
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Intermediate\IntermediateToken.cs (3)
19_content = content; 30_content = content; 41_content = content;
2 references to _content
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\IntermediateToken.cs (2)
13=> _content is LazyContent lazy ? lazy.Value : (string)_content;