2 writes to s_ProxyScriptHelperLoadError
System (2)
net\System\Net\_AutoWebProxyScriptWrapper.cs (2)
532
s_ProxyScriptHelperLoadError
= exception == null ? new InternalException() : exception;
568
s_ProxyScriptHelperLoadError
= exception == null ? new InternalException() : exception;
8 references to s_ProxyScriptHelperLoadError
System (8)
net\System\Net\_AutoWebProxyScriptWrapper.cs (8)
514
if (
s_ProxyScriptHelperLoadError
== null && s_ProxyScriptHelperType == null)
518
if (
s_ProxyScriptHelperLoadError
== null && s_ProxyScriptHelperType == null)
538
if (
s_ProxyScriptHelperLoadError
!= null)
540
throw new TypeLoadException(SR.GetString(SR.net_cannot_load_proxy_helper),
s_ProxyScriptHelperLoadError
is InternalException ? null :
s_ProxyScriptHelperLoadError
);
566
if (
s_ProxyScriptHelperLoadError
== null)
571
throw new TypeLoadException(SR.GetString(SR.net_cannot_load_proxy_helper),
s_ProxyScriptHelperLoadError
is InternalException ? null :
s_ProxyScriptHelperLoadError
);