1 write to _schemaLocations
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
236_schemaLocations = value;
8 references to _schemaLocations
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (8)
104if (_schemaLocations[_rootSchema.BaseUri] == null) 106_schemaLocations.Add(_rootSchema.BaseUri, _rootSchema); 296if (includeLocation != null && _schemaLocations[includeLocation] == null) 298_schemaLocations.Add(includeLocation, includedSchema); 354if (_schemaLocations[ruri] == null) 375_schemaLocations.Add(ruri, include.Schema); 409_schemaLocations.Add(ruri, includedSchema); 433include.Schema = (XmlSchema)_schemaLocations[ruri]; //Set schema object even for duplicates