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