3 writes to _xmlAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (3)
138_xmlAttribute = (XmlAttributeAttribute)attrib; 179_xmlAttribute = null; 213set { _xmlAttribute = value; }
2 references to _xmlAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
68if (_xmlAttribute != null) flags |= XmlAttributeFlags.Attribute; 212get { return _xmlAttribute; }