9 references to BlockResolved
System.Xml (9)
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
878
if (!element.RefName.IsEmpty && substitution && (element.
BlockResolved
& XmlSchemaDerivationMethod.Substitution) == 0) {
1121
((derivedElement.
BlockResolved
| baseElement.
BlockResolved
) == derivedElement.
BlockResolved
) &&
1873
decl.Block |= xe.
BlockResolved
;
System\Xml\Schema\SchemaSetCompiler.cs (1)
2220
decl.Block |= xe.
BlockResolved
;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1193
if ((headElem.
BlockResolved
& XmlSchemaDerivationMethod.Substitution) != 0) {
1197
if (!XmlSchemaType.IsDerivedFrom(memberElem.ElementSchemaType, headElem.ElementSchemaType, headElem.
BlockResolved
)) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
817
WriteAttribute(@"block", @"", Write11_XmlSchemaDerivationMethod(o.
BlockResolved
));