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