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