1 write to ChangeAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\BindMetadata.cs (1)
48ChangeAttribute = ChangeAttribute,
11 references to ChangeAttribute
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\BindMetadata.cs (1)
26builder.Append(ChangeAttribute);
Language\Components\TagHelperDescriptorExtensions.cs (1)
97=> tagHelper.Metadata is BindMetadata { ChangeAttribute: var value } ? value : null;
Microsoft.CodeAnalysis.Razor.UnitTests (9)
BindTagHelperProducerTest.cs (9)
81Assert.Equal("MyPropertyChanged", ((BindMetadata)bind.Metadata).ChangeAttribute); 245Assert.Equal("MyPropertyChanged", ((BindMetadata)bind.Metadata).ChangeAttribute); 415Assert.Equal("myevent", ((BindMetadata)bind.Metadata).ChangeAttribute); 654Assert.Equal("myevent", ((BindMetadata)bind.Metadata).ChangeAttribute); 734Assert.Equal("myevent", ((BindMetadata)bind.Metadata).ChangeAttribute); 805Assert.Equal("myevent", ((BindMetadata)bind.Metadata).ChangeAttribute); 897Assert.Equal("myevent", ((BindMetadata)bind.Metadata).ChangeAttribute); 991Assert.Equal("onchange", ((BindMetadata)bind.Metadata).ChangeAttribute); 1030Assert.Null(((BindMetadata)bind.Metadata).ChangeAttribute);