47 writes to IsProcessing
System.Private.Xml (47)
System\Xml\Schema\Preprocessor.cs (5)
135listSchema.IsProcessing = false; //Reset processing flag from LoadExternals 158listSchema.IsProcessing = false; //Reset processing flag from Preprocess 265schema.IsProcessing = true; 524schema.IsProcessing = true; 2149schema.IsProcessing = false; // Since we cloned it for the chameleon
System\Xml\Schema\SchemaCollectionCompiler.cs (18)
447substitutionGroup.IsProcessing = true; 480substitutionGroup.IsProcessing = false; 512group.IsProcessing = true; 515group.IsProcessing = false; 529simpleType.IsProcessing = true; 626simpleType.IsProcessing = false; 715complexType.IsProcessing = true; 797complexType.IsProcessing = false; 1725attributeGroup.IsProcessing = true; 1781attributeGroup.IsProcessing = false; 1983xa.IsProcessing = true; 2112xa.IsProcessing = false; 2130xi.IsProcessing = true; 2173xi.IsProcessing = false; 2188xe.IsProcessing = true; 2339xe.IsProcessing = false; 2610complexType.IsProcessing = true; 2616complexType.IsProcessing = false;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
89schema.IsProcessing = true; 118schema.IsProcessing = false; 137schema.IsProcessing = true; 257schema.IsProcessing = false; 293schema.IsProcessing = true; 585schema.IsProcessing = false;
System\Xml\Schema\SchemaSetCompiler.cs (18)
505substitutionGroup.IsProcessing = true; 549substitutionGroup.IsProcessing = false; 594group.IsProcessing = true; 597group.IsProcessing = false; //Not enclosung in try -finally as canonicalizeParticle will not throw exception 613simpleType.IsProcessing = true; 716simpleType.IsProcessing = false; 804complexType.IsProcessing = true; 874complexType.IsProcessing = false; 2076attributeGroup.IsProcessing = true; 2140attributeGroup.IsProcessing = false; 2424xa.IsProcessing = true; 2516xa.IsProcessing = false; 2586xi.IsProcessing = true; 2632xi.IsProcessing = false; 2647xe.IsProcessing = true; 2808xe.IsProcessing = false; 3007complexType.IsProcessing = true; 3017complexType.IsProcessing = false;
25 references to IsProcessing
System.Private.Xml (25)
System\Xml\Schema\Preprocessor.cs (2)
261if (schema.IsProcessing) 520if (schema.IsProcessing)
System\Xml\Schema\SchemaCollectionCompiler.cs (10)
435if (substitutionGroup.IsProcessing && substitutionGroup.Members.Count > 0) 505if (group.IsProcessing) 521if (simpleType.IsProcessing) 710if (complexType.IsProcessing) 1716if (attributeGroup.IsProcessing) 1974if (xa.IsProcessing) 2118if (xi.IsProcessing) 2179if (xe.IsProcessing) 2228if (examplar.IsProcessing) 2604if (complexType.IsProcessing)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
85if (schema.IsProcessing) 133if (schema.IsProcessing) 289if (schema.IsProcessing)
System\Xml\Schema\SchemaSetCompiler.cs (10)
492if (substitutionGroup.IsProcessing && substitutionGroup.Members.Count > 0) 587if (group.IsProcessing) 603if (simpleType.IsProcessing) 799if (complexType.IsProcessing) 2067if (attributeGroup.IsProcessing) 2415if (xa.IsProcessing) 2574if (xi.IsProcessing) 2638if (xe.IsProcessing) 2687if (examplar.IsProcessing) 3002if (complexType.IsProcessing)