5 writes to Block
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
612
decl.
Block
= complexType.BlockResolved;
1873
decl.
Block
|= xe.BlockResolved;
System\Xml\Schema\SchemaSetCompiler.cs (2)
669
decl.
Block
= complexType.BlockResolved;
2220
decl.
Block
|= xe.BlockResolved;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1451
elementDeclXsi.
Block
= elementDecl.Block;
9 references to Block
System.Xml (9)
System\Xml\Schema\SchemaSetCompiler.cs (6)
402
if ((element.ElementDecl.
Block
& XmlSchemaDerivationMethod.Substitution) == 0) { //Chain only if substitution is not blocked
972
if (!element.RefName.IsEmpty && (element.ElementDecl.
Block
& XmlSchemaDerivationMethod.Substitution) == 0) {
1298
baseElement.ElementDecl.
Block
== XmlSchemaDerivationMethod.All ?
1300
baseElement.ElementDecl.
Block
;
1302
derivedElement.ElementDecl.
Block
== XmlSchemaDerivationMethod.All ?
1304
derivedElement.ElementDecl.
Block
;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1441
else if (elementDecl != null && !XmlSchemaType.IsDerivedFrom(elementDeclXsi.SchemaType,elementDecl.SchemaType,elementDecl.
Block
)) {
1451
elementDeclXsi.Block = elementDecl.
Block
;
System\Xml\Schema\XsdValidator.cs (1)
347
else if (!XmlSchemaType.IsDerivedFrom(elementDeclXsi.SchemaType,elementDecl.SchemaType,elementDecl.
Block
)) {