6 references to SetBlockResolved
System.Private.Xml (6)
System\Xml\Schema\Preprocessor.cs (3)
1659complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1663complexType.SetBlockResolved(_blockDefault & complexTypeBlockAllowed); 1671complexType.SetBlockResolved(complexType.Block & complexTypeBlockAllowed);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1324complexType.SetBlockResolved(XmlSchemaDerivationMethod.All); 1328complexType.SetBlockResolved(_blockDefault & complexTypeBlockAllowed); 1336complexType.SetBlockResolved(complexType.Block & complexTypeBlockAllowed);