2 writes to _xmlIgnore
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
108
_xmlIgnore
= true;
272
set {
_xmlIgnore
= value; }
2 references to _xmlIgnore
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
173
if (
_xmlIgnore
)
271
get { return
_xmlIgnore
; }