17 references to ArgumentNull
System.ServiceModel.Http (6)
System\ServiceModel\BasicHttpsBinding.cs (1)
34_basicHttpsSecurity = value ?? throw FxTrace.Exception.ArgumentNull("value");
System\ServiceModel\HttpBindingBase.cs (1)
136throw FxTrace.Exception.ArgumentNull("value");
System\ServiceModel\NetHttpBinding.cs (2)
54_basicHttpSecurity = value ?? throw FxTrace.Exception.ArgumentNull(nameof(value)); 69throw FxTrace.Exception.ArgumentNull(nameof(value));
System\ServiceModel\NetHttpsBinding.cs (2)
47_basicHttpsSecurity = value ?? throw FxTrace.Exception.ArgumentNull(nameof(value)); 69throw FxTrace.Exception.ArgumentNull(nameof(value));
System.ServiceModel.Primitives (11)
Internals\System\Runtime\AsyncResult.cs (1)
322throw Fx.Exception.ArgumentNull("result");
Internals\System\Runtime\Fx.cs (3)
625ElementType = elementType ?? throw Fx.Exception.ArgumentNull("elementType"); 653ElementType = elementType ?? throw Fx.Exception.ArgumentNull("elementType"); 813ExceptionType = exceptionType ?? throw Fx.Exception.ArgumentNull("exceptionType");
Internals\System\Runtime\IOThreadScheduler.cs (2)
108throw Fx.Exception.ArgumentNull(nameof(callback)); 128throw Fx.Exception.ArgumentNull(nameof(callback));
Internals\System\Runtime\UrlUtility.cs (2)
39throw Fx.Exception.ArgumentNull("query"); 44throw Fx.Exception.ArgumentNull("encoding");
System\IdentityModel\Selectors\SecurityTokenProvider.cs (2)
144throw Fx.Exception.ArgumentNull(nameof(tokenToBeRenewed)); 217throw Fx.Exception.ArgumentNull(nameof(token));
System\IdentityModel\Tokens\UserNameSecurityToken.cs (1)
26throw Fx.Exception.ArgumentNull(nameof(userName));