2 writes to IsLazy
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\IntermediateToken.cs (2)
20
IsLazy
= false;
31
IsLazy
= 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)
955
return htmlToken.
IsLazy
Language\Intermediate\ComponentTypeArgumentIntermediateNode.cs (1)
31
[HtmlContentIntermediateNode { Children: [HtmlIntermediateToken t] }] => t.
IsLazy