47 writes to IsProcessing
dotnet-svcutil-lib (47)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
142
listSchema.
IsProcessing
= false; //Reset processing flag from LoadExternals
165
listSchema.
IsProcessing
= false; //Reset processing flag from Preprocess
285
schema.
IsProcessing
= true;
549
schema.
IsProcessing
= true;
2181
schema.
IsProcessing
= false; //Since we cloned it for the chameleon
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (18)
434
substitutionGroup.
IsProcessing
= true;
467
substitutionGroup.
IsProcessing
= false;
499
group.
IsProcessing
= true;
505
group.
IsProcessing
= false;
519
simpleType.
IsProcessing
= true;
617
simpleType.
IsProcessing
= false;
705
complexType.
IsProcessing
= true;
788
complexType.
IsProcessing
= false;
1727
attributeGroup.
IsProcessing
= true;
1782
attributeGroup.
IsProcessing
= false;
2061
xa.
IsProcessing
= true;
2193
xa.
IsProcessing
= false;
2211
xi.
IsProcessing
= true;
2254
xi.
IsProcessing
= false;
2269
xe.
IsProcessing
= true;
2423
xe.
IsProcessing
= false;
2703
complexType.
IsProcessing
= true;
2708
complexType.
IsProcessing
= false;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (6)
92
schema.
IsProcessing
= true;
121
schema.
IsProcessing
= false;
142
schema.
IsProcessing
= true;
262
schema.
IsProcessing
= false;
298
schema.
IsProcessing
= true;
592
schema.
IsProcessing
= false;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (18)
487
substitutionGroup.
IsProcessing
= true;
531
substitutionGroup.
IsProcessing
= false;
580
group.
IsProcessing
= true;
586
group.
IsProcessing
= false; //Not enclosung in try -finally as cannonicalizeParticle will not throw exception
600
simpleType.
IsProcessing
= true;
702
simpleType.
IsProcessing
= false;
790
complexType.
IsProcessing
= true;
861
complexType.
IsProcessing
= false;
2062
attributeGroup.
IsProcessing
= true;
2124
attributeGroup.
IsProcessing
= false;
2479
xa.
IsProcessing
= true;
2574
xa.
IsProcessing
= false;
2642
xi.
IsProcessing
= true;
2685
xi.
IsProcessing
= false;
2700
xe.
IsProcessing
= true;
2866
xe.
IsProcessing
= false;
3165
complexType.
IsProcessing
= true;
3175
complexType.
IsProcessing
= false;
25 references to IsProcessing
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
281
if (schema.
IsProcessing
)
545
if (schema.
IsProcessing
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (10)
424
if (substitutionGroup.
IsProcessing
&& substitutionGroup.Members.Count > 0)
492
if (group.
IsProcessing
)
511
if (simpleType.
IsProcessing
)
700
if (complexType.
IsProcessing
)
1718
if (attributeGroup.
IsProcessing
)
2052
if (xa.
IsProcessing
)
2199
if (xi.
IsProcessing
)
2260
if (xe.
IsProcessing
)
2309
if (examplar.
IsProcessing
)
2698
if (complexType.
IsProcessing
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
88
if (schema.
IsProcessing
)
138
if (schema.
IsProcessing
)
294
if (schema.
IsProcessing
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (10)
476
if (substitutionGroup.
IsProcessing
&& substitutionGroup.Members.Count > 0)
573
if (group.
IsProcessing
)
592
if (simpleType.
IsProcessing
)
785
if (complexType.
IsProcessing
)
2053
if (attributeGroup.
IsProcessing
)
2470
if (xa.
IsProcessing
)
2630
if (xi.
IsProcessing
)
2691
if (xe.
IsProcessing
)
2740
if (examplar.
IsProcessing
)
3160
if (complexType.
IsProcessing
)