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