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