3 writes to DeclDocumentNode
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorMarkupSplitPhase.cs (2)
99
documentNode.
DeclDocumentNode
= declDocNode;
113
documentNode.
DeclDocumentNode
= shellDecl;
Language\Intermediate\DocumentIntermediateNode.cs (1)
79
DeclDocumentNode
= DeclDocumentNode,
2 references to DeclDocumentNode
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorDeclCSharpLoweringPhase.cs (1)
26
if (documentNode.
DeclDocumentNode
is not { } declDocNode)
Language\Intermediate\DocumentIntermediateNode.cs (1)
79
DeclDocumentNode =
DeclDocumentNode
,