1 write to _proxy
System.Private.Xml (1)
System\Xml\XmlUrlResolver.cs (1)
30set { _proxy = value; }
2 references to _proxy
System.Private.Xml (2)
System\Xml\XmlUrlResolver.cs (2)
43return XmlDownloadManager.GetStream(absoluteUri, _credentials, _proxy); 54return await XmlDownloadManager.GetStreamAsync(absoluteUri, _credentials, _proxy).ConfigureAwait(false);