9 references to BlockResolved
System.Private.Xml (9)
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
1102
if (!element.RefName.IsEmpty && substitution && (element.
BlockResolved
& XmlSchemaDerivationMethod.Substitution) == 0)
1415
((derivedElement.
BlockResolved
| baseElement.
BlockResolved
) == derivedElement.
BlockResolved
) &&
2280
decl.Block |= xe.
BlockResolved
;
System\Xml\Schema\SchemaSetCompiler.cs (1)
2739
decl.Block |= xe.
BlockResolved
;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1399
if ((headElem.
BlockResolved
& XmlSchemaDerivationMethod.Substitution) != 0)
1404
if (!XmlSchemaType.IsDerivedFrom(memberElem.ElementSchemaType, headElem.ElementSchemaType, headElem.
BlockResolved
))
System\Xml\Serialization\SchemaObjectWriter.cs (1)
979
WriteAttribute(@"block", @"", Write11_XmlSchemaDerivationMethod(o.
BlockResolved
));