53 references to All
dotnet-svcutil-lib (53)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (22)
1024if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 1026_blockDefault = XmlSchemaDerivationMethod.All; 1040if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 1042_finalDefault = XmlSchemaDerivationMethod.All; 1305if (element.Final == XmlSchemaDerivationMethod.All) 1307element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1311if (_finalDefault == XmlSchemaDerivationMethod.All) 1313element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1411if (element.Block == XmlSchemaDerivationMethod.All) 1413element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1417if (_blockDefault == XmlSchemaDerivationMethod.All) 1419element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1549if (simpleType.Final == XmlSchemaDerivationMethod.All) 1551simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1555if (_finalDefault == XmlSchemaDerivationMethod.All) 1557simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1689if (complexType.Block == XmlSchemaDerivationMethod.All) 1691complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1705if (complexType.Final == XmlSchemaDerivationMethod.All) 1707complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1711if (_finalDefault == XmlSchemaDerivationMethod.All) 1713complexType.SetFinalResolved(XmlSchemaDerivationMethod.All);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
437if (examplar.FinalResolved == XmlSchemaDerivationMethod.All)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (22)
439if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 441_blockDefault = XmlSchemaDerivationMethod.All; 455if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 457_finalDefault = XmlSchemaDerivationMethod.All; 952if (element.Final == XmlSchemaDerivationMethod.All) 954element.SetFinalResolved(XmlSchemaDerivationMethod.All); 958if (_finalDefault == XmlSchemaDerivationMethod.All) 960element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1058if (element.Block == XmlSchemaDerivationMethod.All) 1060element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1064if (_blockDefault == XmlSchemaDerivationMethod.All) 1066element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1194if (simpleType.Final == XmlSchemaDerivationMethod.All) 1196simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1200if (_finalDefault == XmlSchemaDerivationMethod.All) 1202simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1332if (complexType.Block == XmlSchemaDerivationMethod.All) 1334complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1348if (complexType.Final == XmlSchemaDerivationMethod.All) 1350complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1354if (_finalDefault == XmlSchemaDerivationMethod.All) 1356complexType.SetFinalResolved(XmlSchemaDerivationMethod.All);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
490if (examplar.FinalResolved == XmlSchemaDerivationMethod.All) 1643baseElement.ElementDecl.Block == XmlSchemaDerivationMethod.All ? 1647derivedElement.ElementDecl.Block == XmlSchemaDerivationMethod.All ?
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
618(int)XmlSchemaDerivationMethod.All, 2550if (r == (int)XmlSchemaDerivationMethod.All && value.Length > HashAllLength)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3900case Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@All: s = @"#all"; break; 3914(long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@All }, @"System.Xml.Schema.XmlSchemaDerivationMethod"); break; 10729h.Add(@"#all", (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@All);