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