54 references to All
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
553schema.BlockDefault = XmlSchemaDerivationMethod.All;
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3084case global::System.Xml.Schema.XmlSchemaDerivationMethod.@All: s = @"#all"; break; 3097(long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@All }, @"System.Xml.Schema.XmlSchemaDerivationMethod"); break; 8664h.Add(@"#all", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@All);
System.Xml (50)
System\Xml\Schema\Preprocessor.cs (22)
855if (schema.BlockDefault == XmlSchemaDerivationMethod.All) { 856this.blockDefault = XmlSchemaDerivationMethod.All; 867if (schema.FinalDefault == XmlSchemaDerivationMethod.All) { 868this.finalDefault = XmlSchemaDerivationMethod.All; 1075if (element.Final == XmlSchemaDerivationMethod.All) { 1076element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1079if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1080element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1158if (element.Block == XmlSchemaDerivationMethod.All) { 1159element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1162if (this.blockDefault == XmlSchemaDerivationMethod.All) { 1163element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1265if (simpleType.Final == XmlSchemaDerivationMethod.All) { 1266simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1269if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1270simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1374if (complexType.Block == XmlSchemaDerivationMethod.All) { 1375complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1386if (complexType.Final == XmlSchemaDerivationMethod.All) { 1387complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1390if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1391complexType.SetFinalResolved(XmlSchemaDerivationMethod.All);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
351if (examplar.FinalResolved == XmlSchemaDerivationMethod.All) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (22)
364if (schema.BlockDefault == XmlSchemaDerivationMethod.All) { 365this.blockDefault = XmlSchemaDerivationMethod.All; 376if (schema.FinalDefault == XmlSchemaDerivationMethod.All) { 377this.finalDefault = XmlSchemaDerivationMethod.All; 765if (element.Final == XmlSchemaDerivationMethod.All) { 766element.SetFinalResolved(XmlSchemaDerivationMethod.All); 769if (this.finalDefault == XmlSchemaDerivationMethod.All) { 770element.SetFinalResolved(XmlSchemaDerivationMethod.All); 848if (element.Block == XmlSchemaDerivationMethod.All) { 849element.SetBlockResolved(XmlSchemaDerivationMethod.All); 852if (this.blockDefault == XmlSchemaDerivationMethod.All) { 853element.SetBlockResolved(XmlSchemaDerivationMethod.All); 953if (simpleType.Final == XmlSchemaDerivationMethod.All) { 954simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 957if (this.finalDefault == XmlSchemaDerivationMethod.All) { 958simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1060if (complexType.Block == XmlSchemaDerivationMethod.All) { 1061complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1072if (complexType.Final == XmlSchemaDerivationMethod.All) { 1073complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1076if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1077complexType.SetFinalResolved(XmlSchemaDerivationMethod.All);
System\Xml\Schema\SchemaSetCompiler.cs (3)
394if (examplar.FinalResolved == XmlSchemaDerivationMethod.All) { 1298baseElement.ElementDecl.Block == XmlSchemaDerivationMethod.All ? 1302derivedElement.ElementDecl.Block == XmlSchemaDerivationMethod.All ?
System\Xml\Schema\XsdBuilder.cs (2)
607(int)XmlSchemaDerivationMethod.All, 2311if (r == (int)XmlSchemaDerivationMethod.All && value.Length > HashAllLength) { //#all is not allowed with other values