1 write to _handlerCtors
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
51_handlerCtors = new ConstructorInfo[handlers.Length];
5 references to _handlerCtors
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (5)
77_handlerCtors[cnt] = ctorInfo; 159else if (_handlerCtors != null) 161DelegatingHandler[] instances = new DelegatingHandler[_handlerCtors.Length]; 162for (int cnt = 0; cnt < _handlerCtors.Length; cnt++) 164instances[cnt] = (DelegatingHandler)_handlerCtors[cnt].Invoke(Array.Empty<Type>());