3 writes to _xmlIgnore
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
88
_xmlIgnore
= true;
104
_xmlIgnore
= true;
267
set {
_xmlIgnore
= value; }
2 references to _xmlIgnore
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
169
if (
_xmlIgnore
)
266
get { return
_xmlIgnore
; }