5 writes to Block
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
775
decl.
Block
= complexType.BlockResolved;
2280
decl.
Block
|= xe.BlockResolved;
System\Xml\Schema\SchemaSetCompiler.cs (2)
851
decl.
Block
= complexType.BlockResolved;
2739
decl.
Block
|= xe.BlockResolved;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1727
elementDeclXsi.
Block
= elementDecl.Block;
9 references to Block
System.Private.Xml (9)
System\Xml\Schema\SchemaSetCompiler.cs (6)
519
if ((element.ElementDecl!.
Block
& XmlSchemaDerivationMethod.Substitution) == 0)
1233
if (!element.RefName.IsEmpty && (element.ElementDecl!.
Block
& XmlSchemaDerivationMethod.Substitution) == 0)
1659
baseElement.ElementDecl!.
Block
== XmlSchemaDerivationMethod.All ?
1661
baseElement.ElementDecl.
Block
;
1663
derivedElement.ElementDecl!.
Block
== XmlSchemaDerivationMethod.All ?
1665
derivedElement.ElementDecl.
Block
;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1714
else if (elementDecl != null && !XmlSchemaType.IsDerivedFrom(elementDeclXsi.SchemaType, elementDecl.SchemaType, elementDecl.
Block
))
1727
elementDeclXsi.Block = elementDecl.
Block
;
System\Xml\Schema\XsdValidator.cs (1)
413
else if (!XmlSchemaType.IsDerivedFrom(elementDeclXsi.SchemaType, elementDecl.SchemaType, elementDecl.
Block
))