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(
151
else if (
_handlerCtors
!= null)
153
DelegatingHandler[] instances = new DelegatingHandler[
_handlerCtors
.Length];
154
for (int cnt = 0; cnt <
_handlerCtors
.Length; cnt++)
156
instances[cnt] = (DelegatingHandler)
_handlerCtors
[cnt].Invoke(Array.Empty<Type>());