3 writes to DeclDocumentNode
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorMarkupSplitPhase.cs (2)
95
documentNode.
DeclDocumentNode
= declDocNode;
109
documentNode.
DeclDocumentNode
= shellDecl;
Language\Intermediate\DocumentIntermediateNode.cs (1)
79
DeclDocumentNode
= DeclDocumentNode,
4 references to DeclDocumentNode
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorDeclCSharpLoweringPhase.cs (1)
26
if (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
79
DeclDocumentNode =
DeclDocumentNode
,