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