40 references to None
System.Web.Services (7)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (7)
1816if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 1819if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@FinalDefault) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 2235if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 2239if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 2477if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 3129if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 3135if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) {
System.Xml (33)
System\Xml\Schema\Preprocessor.cs (9)
858else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) { 870else if (schema.FinalDefault == XmlSchemaDerivationMethod.None) { 1078else if (element.Final == XmlSchemaDerivationMethod.None) { 1123element.Block != XmlSchemaDerivationMethod.None || 1144if (element.Final != XmlSchemaDerivationMethod.None) { 1161else if (element.Block == XmlSchemaDerivationMethod.None) { 1268else if (simpleType.Final == XmlSchemaDerivationMethod.None) { 1377else if (complexType.Block == XmlSchemaDerivationMethod.None) { 1389else if (complexType.Final == XmlSchemaDerivationMethod.None) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
686if(!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.None)) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
367else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) { 379else if (schema.FinalDefault == XmlSchemaDerivationMethod.None) { 768else if (element.Final == XmlSchemaDerivationMethod.None) { 813element.Block != XmlSchemaDerivationMethod.None || 834if (element.Final != XmlSchemaDerivationMethod.None) { 851else if (element.Block == XmlSchemaDerivationMethod.None) { 956else if (simpleType.Final == XmlSchemaDerivationMethod.None) { 1063else if (complexType.Block == XmlSchemaDerivationMethod.None) { 1075else if (complexType.Final == XmlSchemaDerivationMethod.None) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
744if(!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.None)) {
System\Xml\Schema\XmlSchema.cs (4)
44XmlSchemaDerivationMethod blockDefault = XmlSchemaDerivationMethod.None; 45XmlSchemaDerivationMethod finalDefault = XmlSchemaDerivationMethod.None; 273[XmlAttribute("blockDefault"), DefaultValue(XmlSchemaDerivationMethod.None)] 283[XmlAttribute("finalDefault"), DefaultValue(XmlSchemaDerivationMethod.None)]
System\Xml\Schema\XmlSchemaComplexType.cs (3)
19XmlSchemaDerivationMethod block = XmlSchemaDerivationMethod.None; 148[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.None)] 428this.blockResolved = XmlSchemaDerivationMethod.None;
System\Xml\Schema\XmlSchemaElement.cs (4)
26XmlSchemaDerivationMethod block = XmlSchemaDerivationMethod.None; 27XmlSchemaDerivationMethod final = XmlSchemaDerivationMethod.None; 63[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.None)] 84[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.None)]
System\Xml\Schema\XmlSchemaType.cs (2)
21XmlSchemaDerivationMethod final = XmlSchemaDerivationMethod.None; 94[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.None)]