1 write to _cachePolicy
System.Xml (1)
System\Xml\XmlUrlResolver.cs (1)
48set { _cachePolicy = value; }
2 references to _cachePolicy
System.Xml (2)
System\Xml\XmlUrlResolver.cs (1)
58return DownloadManager.GetStream(absoluteUri, _credentials, _proxy, _cachePolicy);
System\Xml\XmlUrlResolverAsync.cs (1)
14return await DownloadManager.GetStreamAsync(absoluteUri, _credentials, _proxy, _cachePolicy).ConfigureAwait(false);