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