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)
434
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
)
436
_blockDefault = XmlSchemaDerivationMethod.
All
;
450
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
)
452
_finalDefault = XmlSchemaDerivationMethod.
All
;
945
if (element.Final == XmlSchemaDerivationMethod.
All
)
947
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
951
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
953
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1051
if (element.Block == XmlSchemaDerivationMethod.
All
)
1053
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1057
if (_blockDefault == XmlSchemaDerivationMethod.
All
)
1059
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1186
if (simpleType.Final == XmlSchemaDerivationMethod.
All
)
1188
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1192
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1194
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1322
if (complexType.Block == XmlSchemaDerivationMethod.
All
)
1324
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1338
if (complexType.Final == XmlSchemaDerivationMethod.
All
)
1340
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1344
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1346
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)