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