11 references to ArgumentNull
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));