2 writes to _attributeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributeAttribute.cs (2)
34_attributeName = attributeName; 44set { _attributeName = value; }
2 references to _attributeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributeAttribute.cs (2)
43get { return _attributeName == null ? string.Empty : _attributeName; }