1 write to _mappings
System.Private.Xml (1)
System\Xml\Resolvers\XmlPreloadedResolver.cs (1)
174
_mappings
= new Dictionary<Uri, PreloadedData>(16, uriComparer);
8 references to _mappings
System.Private.Xml (8)
System\Xml\Resolvers\XmlPreloadedResolver.cs (7)
230
if (!
_mappings
.TryGetValue(absoluteUri, out data))
270
if (!
_mappings
.TryGetValue(absoluteUri, out data))
337
return
_mappings
.Keys;
344
_mappings
.Remove(uri);
355
_mappings
[uri] = data;
363
_mappings
.Add(new Uri(dtdInfo.publicId, UriKind.RelativeOrAbsolute), dtdInfo);
364
_mappings
.Add(new Uri(dtdInfo.systemId, UriKind.RelativeOrAbsolute), dtdInfo);
System\Xml\Resolvers\XmlPreloadedResolverAsync.cs (1)
24
if (!
_mappings
.TryGetValue(absoluteUri, out data))