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