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)
431if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 433_blockDefault = XmlSchemaDerivationMethod.All; 447if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 449_finalDefault = XmlSchemaDerivationMethod.All; 942if (element.Final == XmlSchemaDerivationMethod.All) 944element.SetFinalResolved(XmlSchemaDerivationMethod.All); 948if (_finalDefault == XmlSchemaDerivationMethod.All) 950element.SetFinalResolved(XmlSchemaDerivationMethod.All); 1048if (element.Block == XmlSchemaDerivationMethod.All) 1050element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1054if (_blockDefault == XmlSchemaDerivationMethod.All) 1056element.SetBlockResolved(XmlSchemaDerivationMethod.All); 1183if (simpleType.Final == XmlSchemaDerivationMethod.All) 1185simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1189if (_finalDefault == XmlSchemaDerivationMethod.All) 1191simpleType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1319if (complexType.Block == XmlSchemaDerivationMethod.All) 1321complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1335if (complexType.Final == XmlSchemaDerivationMethod.All) 1337complexType.SetFinalResolved(XmlSchemaDerivationMethod.All); 1341if (_finalDefault == XmlSchemaDerivationMethod.All) 1343complexType.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)