20 references to ArgumentNull
System.ServiceModel.Internals (20)
System\Runtime\ActionItem.cs (1)
100throw Fx.Exception.ArgumentNull("context");
System\Runtime\AsyncEventArgs.cs (1)
93throw Fx.Exception.ArgumentNull("callback");
System\Runtime\AsyncResult.cs (1)
363throw Fx.Exception.ArgumentNull("result");
System\Runtime\Collections\OrderedDictionary.cs (7)
58throw Fx.Exception.ArgumentNull("key"); 74throw Fx.Exception.ArgumentNull("key"); 128throw Fx.Exception.ArgumentNull("key"); 155throw Fx.Exception.ArgumentNull("key"); 165throw Fx.Exception.ArgumentNull("array"); 216throw Fx.Exception.ArgumentNull("key"); 234throw Fx.Exception.ArgumentNull("key");
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (1)
869throw Fx.Exception.ArgumentNull("eventTraceActivity");
System\Runtime\Fx.cs (3)
690throw Fx.Exception.ArgumentNull("elementType"); 731throw Fx.Exception.ArgumentNull("elementType"); 927throw Fx.Exception.ArgumentNull("exceptionType");
System\Runtime\IOThreadScheduler.cs (2)
112throw Fx.Exception.ArgumentNull("callback"); 132throw Fx.Exception.ArgumentNull("callback");
System\Runtime\TaskExtensions.cs (2)
17throw Fx.Exception.ArgumentNull("task"); 59throw Fx.Exception.ArgumentNull("task");
System\Runtime\UrlUtility.cs (2)
25throw Fx.Exception.ArgumentNull("query"); 30throw Fx.Exception.ArgumentNull("encoding");