10 references to None
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2186if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != global::System.Xml.Schema.XmlSchemaContentProcessing.@None) { 3226if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != global::System.Xml.Schema.XmlSchemaContentProcessing.@None) {
System.Xml (8)
System\Xml\Schema\XmlSchemaAny.cs (3)
20XmlSchemaContentProcessing processContents = XmlSchemaContentProcessing.None; 37[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)] 60get { return processContents == XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict : processContents; }
System\Xml\Schema\XmlSchemaAnyAttribute.cs (3)
20XmlSchemaContentProcessing processContents = XmlSchemaContentProcessing.None; 37[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)] 51get { return processContents == XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict : processContents; }
System\Xml\Serialization\SchemaObjectWriter.cs (2)
646XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents; 966XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;