8 instantiations of DesignTimeDirectiveIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
Extensions\DesignTimeDirectiveTargetExtensionTest.cs (7)
21var node = new DesignTimeDirectiveIntermediateNode(); 45var node = new DesignTimeDirectiveIntermediateNode(); 86var node = new DesignTimeDirectiveIntermediateNode(); 127var node = new DesignTimeDirectiveIntermediateNode(); 168var node = new DesignTimeDirectiveIntermediateNode(); 226var node = new DesignTimeDirectiveIntermediateNode(); 267var node = new DesignTimeDirectiveIntermediateNode();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DesignTimeDirectivePass.cs (1)
55_directiveNodes.Push(new DesignTimeDirectiveIntermediateNode());
12 references to DesignTimeDirectiveIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
Extensions\DesignTimeDirectiveTargetExtensionTest.cs (7)
21var node = new DesignTimeDirectiveIntermediateNode(); 45var node = new DesignTimeDirectiveIntermediateNode(); 86var node = new DesignTimeDirectiveIntermediateNode(); 127var node = new DesignTimeDirectiveIntermediateNode(); 168var node = new DesignTimeDirectiveIntermediateNode(); 226var node = new DesignTimeDirectiveIntermediateNode(); 267var node = new DesignTimeDirectiveIntermediateNode();
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\DesignTimeDirectiveIntermediateNode.cs (1)
24AcceptExtensionNode<DesignTimeDirectiveIntermediateNode>(this, visitor);
Language\Extensions\DesignTimeDirectivePass.cs (1)
36private readonly Stack<DesignTimeDirectiveIntermediateNode> _directiveNodes = new();
Language\Extensions\DesignTimeDirectiveTargetExtension.cs (2)
17public void WriteDesignTimeDirective(CodeRenderingContext context, DesignTimeDirectiveIntermediateNode directiveNode) 36private void WriteDesignTimeDirectiveToken(CodeRenderingContext context, DesignTimeDirectiveIntermediateNode parent, DirectiveTokenIntermediateNode node, int currentIndex)
Language\Extensions\IDesignTimeDirectiveTargetExtension.cs (1)
12void WriteDesignTimeDirective(CodeRenderingContext context, DesignTimeDirectiveIntermediateNode node);