3 references to elementBlockAllowed
System.Xml (3)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
856element.SetBlockResolved(this.blockDefault & elementBlockAllowed); 860if ((element.Block & ~elementBlockAllowed) != 0) { 863element.SetBlockResolved(element.Block & elementBlockAllowed);