1 write to _handlerFunc
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
99
_handlerFunc
= handlers;
3 references to _handlerFunc
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (3)
145
if (
_handlerFunc
!= null)
147
handlerInstances =
_handlerFunc
.Invoke();
154
throw FxTrace.Exception.Argument("handlers", string.Format(SRServiceModel.DelegatingHandlerArrayFromFuncContainsNullItem, s_delegatingHandlerType.Name, GetFuncDetails(
_handlerFunc
)));