1 override of Value
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\LazyContent.cs (1)
37public override string Value
1 reference to Value
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\IntermediateToken.cs (1)
13=> _content is LazyContent lazy ? lazy.Value : (string)_content;