1 write to PropertyName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeParameterDescriptor.cs (1)
45PropertyName = propertyName;
13 references to PropertyName
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeParameterDescriptor.cs (1)
54builder.Append(PropertyName);
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
122PropertyName = node.BoundAttributeParameter.PropertyName;
Microsoft.CodeAnalysis.Razor.UnitTests (10)
BindTagHelperProducerTest.cs (10)
528Assert.Equal("Format_myprop", parameter.PropertyName); 550Assert.Equal("Culture", parameter.PropertyName); 572Assert.Equal("Get", parameter.PropertyName); 594Assert.Equal("Set", parameter.PropertyName); 616Assert.Equal("After", parameter.PropertyName); 774Assert.Equal("Format_myprop", parameter.PropertyName); 866Assert.Equal("Format_myprop", parameter.PropertyName); 960Assert.Equal("Format_somevalue", parameter.PropertyName); 1111Assert.Equal("Format", parameter.PropertyName); 1133Assert.Equal("Culture", parameter.PropertyName);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Tooltip\BoundAttributeDescriptionInfo.cs (1)
17var propertyName = parameter.PropertyName;