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