10 references to None
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaAny.cs (3)
13private XmlSchemaContentProcessing _processContents = XmlSchemaContentProcessing.None; 23[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)] 52get { return _processContents == XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict : _processContents; }
System\Xml\Schema\XmlSchemaAnyAttribute.cs (3)
13private XmlSchemaContentProcessing _processContents = XmlSchemaContentProcessing.None; 23[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)] 40get { return _processContents == XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict : _processContents; }
System\Xml\Serialization\SchemaObjectWriter.cs (2)
779XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents; 1152XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2571if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Xml.Schema.XmlSchemaContentProcessing.@None) { 3799if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Xml.Schema.XmlSchemaContentProcessing.@None) {