2 writes to IsLazy
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\IntermediateToken.cs (2)
20IsLazy = false; 31IsLazy = true;
3 references to IsLazy
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
300_writer.Write(token.IsLazy ? "LazyIntermediateToken" : "IntermediateToken");
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.cs (1)
955return htmlToken.IsLazy
Language\Intermediate\ComponentTypeArgumentIntermediateNode.cs (1)
31[HtmlContentIntermediateNode { Children: [HtmlIntermediateToken t] }] => t.IsLazy