1 write to _schemas
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
99_schemas = new SortedList();
33 references to _schemas
dotnet-svcutil-lib (33)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (33)
209return _schemas.Count; 447if (_schemas.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null) 463_schemas.Remove(schema.SchemaId); //Might remove schema that was already there and was not added thru this operation 491if (_schemas.ContainsKey(schema.SchemaId)) 512if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 519if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 538for (int i = 0; i < _schemas.Count; i++) 540mainSchema = (XmlSchema)_schemas.GetByIndex(i); 596return _schemas.ContainsValue(schema); 609if (_schemas.Count == 0) 634for (schemaIndex = 0; schemaIndex < _schemas.Count; schemaIndex++) 636currentSchema = (XmlSchema)_schemas.GetByIndex(schemaIndex); 679if (schemaIndex == _schemas.Count) 685currentSchema = (XmlSchema)_schemas.GetByIndex(i); 715if (!_schemas.ContainsKey(schema.SchemaId)) 772if (!_schemas.ContainsKey(s.SchemaId)) 774_schemas.Add(s.SchemaId, s); 805_schemas.Values.CopyTo(schemas, index); 814return _schemas.Values; 829for (int i = 0; i < _schemas.Count; i++) 831currentSchema = (XmlSchema)_schemas.GetByIndex(i); 1066_schemas.Add(schema.SchemaId, schema); 1086if (!_schemas.ContainsKey(s.SchemaId)) 1088_schemas.Add(s.SchemaId, s); 1184if (_schemas.ContainsKey(schema.SchemaId)) 1196_schemas.Remove(schema.SchemaId); 1263bool setIsCompiled = _schemas.Count == 0 ? true : false; 1272if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1277_schemas.Add(currentSchema.SchemaId, currentSchema); 1406if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1413if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId)) 1463return _schemas; 1513if (_schemas.Count == 0)