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