1 write to _schemaLocations
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
103_schemaLocations = new Hashtable();
12 references to _schemaLocations
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (12)
284return _schemaLocations; 464_schemaLocations.Remove(schema.BaseUri); 731_schemaLocations.Remove(schema.BaseUri); 972DictionaryEntry[] oldLocations = new DictionaryEntry[_schemaLocations.Count]; 973_schemaLocations.CopyTo(oldLocations, 0); 1007schema = (XmlSchema)_schemaLocations[schemaUri]; 1199_schemaLocations.Remove(schema.BaseUri); 1233prep.SchemaLocations = _schemaLocations; 1272if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1280_schemaLocations.Add(baseUri, currentSchema); 1445schema = (XmlSchema)_schemaLocations[schemaUri]; 1485_schemaLocations.Remove(reprocessList[i].BaseUri);