1 write to handlerFunc
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
107this.handlerFunc = handlers;
4 references to handlerFunc
System.ServiceModel (4)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (4)
198if (this.handlerFunc != null) 248if (this.handlerFunc != null) 250handlerInstances = this.handlerFunc.Invoke(); 257throw FxTrace.Exception.Argument("handlers", SR.GetString(SR.DelegatingHandlerArrayFromFuncContainsNullItem, delegatingHandlerType.Name, GetFuncDetails(this.handlerFunc)));