50 references to All
System.Private.Xml (50)
System\Xml\Schema\Preprocessor.cs (22)
989
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
)
991
_blockDefault = XmlSchemaDerivationMethod.
All
;
1005
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
)
1007
_finalDefault = XmlSchemaDerivationMethod.
All
;
1272
if (element.Final == XmlSchemaDerivationMethod.
All
)
1274
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1278
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1280
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1378
if (element.Block == XmlSchemaDerivationMethod.
All
)
1380
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1384
if (_blockDefault == XmlSchemaDerivationMethod.
All
)
1386
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1519
if (simpleType.Final == XmlSchemaDerivationMethod.
All
)
1521
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1525
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1527
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1657
if (complexType.Block == XmlSchemaDerivationMethod.
All
)
1659
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1673
if (complexType.Final == XmlSchemaDerivationMethod.
All
)
1675
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1679
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1681
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
450
if (examplar.FinalResolved == XmlSchemaDerivationMethod.
All
)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (22)
431
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
)
433
_blockDefault = XmlSchemaDerivationMethod.
All
;
447
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
)
449
_finalDefault = XmlSchemaDerivationMethod.
All
;
942
if (element.Final == XmlSchemaDerivationMethod.
All
)
944
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
948
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
950
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1048
if (element.Block == XmlSchemaDerivationMethod.
All
)
1050
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1054
if (_blockDefault == XmlSchemaDerivationMethod.
All
)
1056
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1183
if (simpleType.Final == XmlSchemaDerivationMethod.
All
)
1185
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1189
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1191
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1319
if (complexType.Block == XmlSchemaDerivationMethod.
All
)
1321
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1335
if (complexType.Final == XmlSchemaDerivationMethod.
All
)
1337
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1341
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1343
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
System\Xml\Schema\SchemaSetCompiler.cs (3)
508
if (examplar.FinalResolved == XmlSchemaDerivationMethod.
All
)
1659
baseElement.ElementDecl!.Block == XmlSchemaDerivationMethod.
All
?
1663
derivedElement.ElementDecl!.Block == XmlSchemaDerivationMethod.
All
?
System\Xml\Schema\XsdBuilder.cs (2)
608
(int)XmlSchemaDerivationMethod.
All
,
2545
if (r == (int)XmlSchemaDerivationMethod.
All
&& value.Length > HashAllLength)