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)
104
if (
_schemaLocations
[_rootSchema.BaseUri] == null)
106
_schemaLocations
.Add(_rootSchema.BaseUri, _rootSchema);
296
if (includeLocation != null &&
_schemaLocations
[includeLocation] == null)
298
_schemaLocations
.Add(includeLocation, includedSchema);
354
if (
_schemaLocations
[ruri] == null)
375
_schemaLocations
.Add(ruri, include.Schema);
409
_schemaLocations
.Add(ruri, includedSchema);
433
include.Schema = (XmlSchema)
_schemaLocations
[ruri]; //Set schema object even for duplicates