2 instantiations of RequestInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
77
_requestInfo = new
RequestInfo
(this);
110
_requestInfo = new
RequestInfo
(this);
1 reference to RequestInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
38
private
RequestInfo
_requestInfo;