3 writes to _blockDefault
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
991_blockDefault = XmlSchemaDerivationMethod.All; 995_blockDefault = XmlSchemaDerivationMethod.Empty; 1003_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;
3 references to _blockDefault
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
1384if (_blockDefault == XmlSchemaDerivationMethod.All) 1390element.SetBlockResolved(_blockDefault & elementBlockAllowed); 1663complexType.SetBlockResolved(_blockDefault & complexTypeBlockAllowed);