3 writes to _attributeName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributeAttribute.cs (3)
37_attributeName = attributeName; 55_attributeName = attributeName; 76set { _attributeName = value; }
2 references to _attributeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributeAttribute.cs (2)
75get { return _attributeName == null ? string.Empty : _attributeName; }