8 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;