50 references to All
System.Private.Xml (50)
System\Xml\Schema\Preprocessor.cs (22)
989if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 991_blockDefault = XmlSchemaDerivationMethod.All; 1005if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 1007_finalDefault = XmlSchemaDerivationMethod.All; 1272if (element.Final == XmlSchemaDerivationMethod.All) 1274element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1278if (_finalDefault == XmlSchemaDerivationMethod.All) 1280element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1378if (element.Block == XmlSchemaDerivationMethod.All) 1380element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1384if (_blockDefault == XmlSchemaDerivationMethod.All) 1386element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1519if (simpleType.Final == XmlSchemaDerivationMethod.All) 1521simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1525if (_finalDefault == XmlSchemaDerivationMethod.All) 1527simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1657if (complexType.Block == XmlSchemaDerivationMethod.All) 1659complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1673if (complexType.Final == XmlSchemaDerivationMethod.All) 1675complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1679if (_finalDefault == XmlSchemaDerivationMethod.All) 1681complexType.SetFinalResolved(XmlSchemaDerivationMethod.All);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
450if (examplar.FinalResolved == XmlSchemaDerivationMethod.All)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (22)
434if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 436_blockDefault = XmlSchemaDerivationMethod.All; 450if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 452_finalDefault = XmlSchemaDerivationMethod.All; 945if (element.Final == XmlSchemaDerivationMethod.All) 947element.SetFinalResolved(XmlSchemaDerivationMethod.All); 951if (_finalDefault == XmlSchemaDerivationMethod.All) 953element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1051if (element.Block == XmlSchemaDerivationMethod.All) 1053element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1057if (_blockDefault == XmlSchemaDerivationMethod.All) 1059element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1186if (simpleType.Final == XmlSchemaDerivationMethod.All) 1188simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1192if (_finalDefault == XmlSchemaDerivationMethod.All) 1194simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1322if (complexType.Block == XmlSchemaDerivationMethod.All) 1324complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1338if (complexType.Final == XmlSchemaDerivationMethod.All) 1340complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1344if (_finalDefault == XmlSchemaDerivationMethod.All) 1346complexType.SetFinalResolved(XmlSchemaDerivationMethod.All);
System\Xml\Schema\SchemaSetCompiler.cs (3)
508if (examplar.FinalResolved == XmlSchemaDerivationMethod.All) 1659baseElement.ElementDecl!.Block == XmlSchemaDerivationMethod.All ? 1663derivedElement.ElementDecl!.Block == XmlSchemaDerivationMethod.All ?
System\Xml\Schema\XsdBuilder.cs (2)
608(int)XmlSchemaDerivationMethod.All, 2545if (r == (int)XmlSchemaDerivationMethod.All && value.Length > HashAllLength)