1 write to _schemaLocations
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
62_schemaLocations = new Hashtable(); //new Dictionary<Uri, Uri>();
9 references to _schemaLocations
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (9)
65_schemaLocations.Add(schema.BaseUri, schema.BaseUri); 158if (includeLocation != null && _schemaLocations[includeLocation] == null) 160_schemaLocations.Add(includeLocation, includeLocation); 176if (include.Schema.BaseUri != null && _schemaLocations[include.Schema.BaseUri] == null) 178_schemaLocations.Add(include.Schema.BaseUri, include.Schema.BaseUri); 191if (_schemaLocations[subUri] != null) 197_schemaLocations.Add(subUri, subUri); //The schema for that location is available 226if (ruri != null && _schemaLocations[ruri] == null) 232_schemaLocations.Add(ruri, ruri);