47 writes to IsProcessing
System.Xml (47)
System\Xml\Schema\Preprocessor.cs (5)
126listSchema.IsProcessing = false; //Reset processing flag from LoadExternals 144listSchema.IsProcessing = false; //Reset processing flag from Preprocess 242schema.IsProcessing = true; 465schema.IsProcessing = true; 1760schema.IsProcessing = false; //Since we cloned it for the chameleon
System\Xml\Schema\SchemaCollectionCompiler.cs (18)
349substitutionGroup.IsProcessing = true; 375substitutionGroup.IsProcessing = false; 399group.IsProcessing = true; 404group.IsProcessing = false; 415simpleType.IsProcessing = true; 494simpleType.IsProcessing = false; 564complexType.IsProcessing = true; 629complexType.IsProcessing = false; 1370attributeGroup.IsProcessing = true; 1412attributeGroup.IsProcessing = false; 1634xa.IsProcessing = true; 1738xa.IsProcessing = false; 1753xi.IsProcessing = true; 1787xi.IsProcessing = false; 1800xe.IsProcessing = true; 1921xe.IsProcessing = false; 2139complexType.IsProcessing = true; 2143complexType.IsProcessing = false;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
80schema.IsProcessing = true; 107schema.IsProcessing = false; 124schema.IsProcessing = true; 223schema.IsProcessing = false; 255schema.IsProcessing = true; 485schema.IsProcessing = false;
System\Xml\Schema\SchemaSetCompiler.cs (18)
392substitutionGroup.IsProcessing = true; 425substitutionGroup.IsProcessing = false; 463group.IsProcessing = true; 468group.IsProcessing = false; //Not enclosung in try -finally as cannonicalizeParticle will not throw exception 479simpleType.IsProcessing = true; 561simpleType.IsProcessing = false; 631complexType.IsProcessing = true; 686complexType.IsProcessing = false; 1644attributeGroup.IsProcessing = true; 1691attributeGroup.IsProcessing = false; 1970xa.IsProcessing = true; 2045xa.IsProcessing = false; 2099xi.IsProcessing = true; 2133xi.IsProcessing = false; 2146xe.IsProcessing = true; 2276xe.IsProcessing = false; 2509complexType.IsProcessing = true; 2516complexType.IsProcessing = false;
25 references to IsProcessing
System.Xml (25)
System\Xml\Schema\Preprocessor.cs (2)
239if (schema.IsProcessing) { 462if (schema.IsProcessing) {
System\Xml\Schema\SchemaCollectionCompiler.cs (10)
341if (substitutionGroup.IsProcessing && substitutionGroup.Members.Count > 0) { 394if (group.IsProcessing) { 409if (simpleType.IsProcessing) { 560if (complexType.IsProcessing) { 1363if (attributeGroup.IsProcessing) { 1627if (xa.IsProcessing) { 1743if (xi.IsProcessing) { 1793if (xe.IsProcessing) { 1830if (examplar.IsProcessing) { //Circular subst group; already detected by now 2135if (complexType.IsProcessing) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
77if (schema.IsProcessing) { 121if (schema.IsProcessing) { 252if (schema.IsProcessing) {
System\Xml\Schema\SchemaSetCompiler.cs (10)
383if (substitutionGroup.IsProcessing && substitutionGroup.Members.Count > 0) { 458if (group.IsProcessing) { 473if (simpleType.IsProcessing) { 627if (complexType.IsProcessing) { 1637if (attributeGroup.IsProcessing) { 1963if (xa.IsProcessing) { 2089if (xi.IsProcessing) { 2139if (xe.IsProcessing) { 2176if (examplar.IsProcessing) { //Circular subst group; already detected by now 2505if (complexType.IsProcessing) {