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