1 instantiation of SetKeyIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentKeyLoweringPass.cs (1)
56var newNode = new SetKeyIntermediateNode(keyValueToken);
22 references to SetKeyIntermediateNode
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
190public override void VisitSetKey(SetKeyIntermediateNode node)
Microsoft.CodeAnalysis.Razor.Compiler (21)
Language\CodeGeneration\IntermediateNodeWriter.cs (1)
67public virtual void WriteSetKey(CodeRenderingContext context, SetKeyIntermediateNode node)
Language\Components\ComponentDesignTimeNodeWriter.cs (4)
400foreach (var setKey in node.SetKeys) 585case SetKeyIntermediateNode setKey: 992public override void WriteSetKey(CodeRenderingContext context, SetKeyIntermediateNode node) 1005private void WriteSetKeyInnards(CodeRenderingContext context, SetKeyIntermediateNode node)
Language\Components\ComponentKeyLoweringPass.cs (1)
56var newNode = new SetKeyIntermediateNode(keyValueToken);
Language\Components\ComponentNodeWriter.cs (2)
234case SetKeyIntermediateNode: 460foreach (var capture in node.Component.SetKeys)
Language\Components\ComponentRuntimeNodeWriter.cs (5)
209foreach (var setKey in node.SetKeys) 434foreach (var setKey in node.SetKeys) 565case SetKeyIntermediateNode setKey: 885public override void WriteSetKey(CodeRenderingContext context, SetKeyIntermediateNode node) 898private void WriteSetKeyInnards(CodeRenderingContext context, SetKeyIntermediateNode node)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
341public override void VisitSetKey(SetKeyIntermediateNode node)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (1)
111SetKeyIntermediateNode or
Language\Intermediate\ComponentIntermediateNode.cs (2)
19public IEnumerable<SetKeyIntermediateNode> SetKeys => Children.OfType<SetKeyIntermediateNode>();
Language\Intermediate\IntermediateNodeVisitor.cs (1)
182public virtual void VisitSetKey(SetKeyIntermediateNode node)
Language\Intermediate\MarkupElementIntermediateNode.cs (3)
19public IEnumerable<SetKeyIntermediateNode> SetKeys => Children.OfType<SetKeyIntermediateNode>(); 26SetKeyIntermediateNode or