1 write to _handlerFunc
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
91_handlerFunc = handlers ?? throw FxTrace.Exception.ArgumentNull("handlers");
3 references to _handlerFunc
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (3)
137if (_handlerFunc != null) 139handlerInstances = _handlerFunc.Invoke(); 146throw FxTrace.Exception.Argument("handlers", SR.Format(SR.DelegatingHandlerArrayFromFuncContainsNullItem, s_delegatingHandlerType.Name, GetFuncDetails(_handlerFunc)));