1 write to BlockDefault
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1147builder._schema.BlockDefault = (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "blockDefault");
8 references to BlockDefault
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (4)
989if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 993else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) 999if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) 1003_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
434if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 438else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) 444if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) 448_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;