1 write to TypeAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\BindMetadata.cs (1)
50
TypeAttribute
= TypeAttribute,
6 references to TypeAttribute
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\BindMetadata.cs (1)
28
builder.Append(
TypeAttribute
);
Language\Components\TagHelperDescriptorExtensions.cs (1)
91
tagHelper.Metadata is not BindMetadata {
TypeAttribute
: not null };
Microsoft.CodeAnalysis.Razor.UnitTests (4)
BindTagHelperProducerTest.cs (4)
735
Assert.Null(((BindMetadata)bind.Metadata).
TypeAttribute
);
806
Assert.Equal("checkbox", ((BindMetadata)bind.Metadata).
TypeAttribute
);
898
Assert.Equal("checkbox", ((BindMetadata)bind.Metadata).
TypeAttribute
);
992
Assert.Equal("number", ((BindMetadata)bind.Metadata).
TypeAttribute
);