1 write to Block
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1614
builder._complexType!.
Block
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "block");
8 references to Block
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (4)
1657
if (complexType.
Block
== XmlSchemaDerivationMethod.All)
1661
else if (complexType.
Block
== XmlSchemaDerivationMethod.None)
1667
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0)
1671
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1322
if (complexType.
Block
== XmlSchemaDerivationMethod.All)
1326
else if (complexType.
Block
== XmlSchemaDerivationMethod.None)
1332
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0)
1336
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);