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