2 writes to _xmlIgnore
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
88
_xmlIgnore
= true;
250
set {
_xmlIgnore
= value; }
2 references to _xmlIgnore
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
152
if (
_xmlIgnore
)
249
get { return
_xmlIgnore
; }