10 references to None
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (3)
22
private XmlSchemaContentProcessing _processContents = XmlSchemaContentProcessing.
None
;
40
[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.
None
)]
69
get { return _processContents == XmlSchemaContentProcessing.
None
? XmlSchemaContentProcessing.Strict : _processContents; }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (3)
22
private XmlSchemaContentProcessing _processContents = XmlSchemaContentProcessing.
None
;
40
[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.
None
)]
57
get { return _processContents == XmlSchemaContentProcessing.
None
? XmlSchemaContentProcessing.Strict : _processContents; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
780
XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.
@None
? XmlSchemaContentProcessing.Strict : o.@ProcessContents;
1158
XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.
@None
? XmlSchemaContentProcessing.Strict : o.@ProcessContents;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2787
if (((Microsoft.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Microsoft.Xml.Schema.XmlSchemaContentProcessing.
@None
)
4077
if (((Microsoft.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Microsoft.Xml.Schema.XmlSchemaContentProcessing.
@None
)