3 writes to DeclDocumentNode
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorMarkupSplitPhase.cs (2)
95documentNode.DeclDocumentNode = declDocNode; 109documentNode.DeclDocumentNode = shellDecl;
Language\Intermediate\DocumentIntermediateNode.cs (1)
79DeclDocumentNode = DeclDocumentNode,
4 references to DeclDocumentNode
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorDeclCSharpLoweringPhase.cs (1)
26if (documentNode.DeclDocumentNode is not { } declDocNode)
Language\Intermediate\DocumentIntermediateNode.cs (3)
33/// declaration engine. Distinct from <see cref="DeclDocumentNode"/>, which for a fallback is the 47/// <see cref="DeclDocumentNode"/>: a fallback component with a primary class also emits a type-shell 79DeclDocumentNode = DeclDocumentNode,