1 write to _handlerCtors
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
52_handlerCtors = new ConstructorInfo[handlers.Length];
5 references to _handlerCtors
System.ServiceModel.Http (5)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (5)
72_handlerCtors[cnt] = ctorInfo ?? throw FxTrace.Exception.Argument( 151else if (_handlerCtors != null) 153DelegatingHandler[] instances = new DelegatingHandler[_handlerCtors.Length]; 154for (int cnt = 0; cnt < _handlerCtors.Length; cnt++) 156instances[cnt] = (DelegatingHandler)_handlerCtors[cnt].Invoke(Array.Empty<Type>());