5 references to Key
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentKeyLoweringPass.cs (1)
37
if (reference.Node.TagHelper.Kind == TagHelperKind.
Key
)
Language\TagHelpers\Producers\KeyTagHelperProducer.cs (1)
38
TagHelperKind.
Key
, "Key", ComponentsApi.AssemblyName,
Microsoft.CodeAnalysis.Razor.UnitTests (3)
KeyTagHelperProducerTest.cs (3)
25
var matches = result.Where(static result => result.Kind == TagHelperKind.
Key
);
32
Assert.Equal(TagHelperKind.
Key
, item.Kind);
68
Assert.Equal(TagHelperKind.
Key
, attribute.Parent.Kind);