2 writes to _requestInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
77_requestInfo = new RequestInfo(this); 110_requestInfo = new RequestInfo(this);
36 references to _requestInfo
dotnet-svcutil-lib (36)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (36)
235_requestInfo.Cleanup(); 247ServiceChannel channel = _requestInfo.Channel; 248EndpointDispatcher endpoint = _requestInfo.Endpoint; 253DispatchRuntime dispatchBehavior = _requestInfo.DispatchRuntime; 294this, cleanThread, currentOperationContext, _requestInfo.ExistingInstanceContext, eventTraceActivity); 345_requestInfo.Channel = _channel; 347if (_requestInfo.Channel == null) 352_requestInfo.Channel = this.GetSessionChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 356_requestInfo.Channel = this.GetDatagramChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 359if (_requestInfo.Channel == null) 373_requestInfo.Endpoint = _requestInfo.Channel.EndpointDispatcher; 376_requestInfo.EndpointLookupDone = true; 378if (_requestInfo.Channel == null) 381TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint); 386if (_requestInfo.Channel.HasSession || _isCallback) 388_requestInfo.DispatchRuntime = _requestInfo.Channel.DispatchRuntime; 392_requestInfo.DispatchRuntime = _requestInfo.Endpoint.DispatchRuntime; 502_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 696if (_requestInfo.RequestContext != null) 701_requestInfo.RequestContext = request; 709_requestInfo.Channel.CompletedIOOperation(); 1117_requestInfo.Cleanup(); 1149if (!_requestInfo.EndpointLookupDone) 1154if (_requestInfo.Channel == null) 1159if (_requestInfo.DispatchRuntime != null) 1161IContextChannel transparentProxy = _requestInfo.Channel.Proxy as IContextChannel; 1164_requestInfo.ExistingInstanceContext = _requestInfo.DispatchRuntime.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy); 1173_requestInfo.Channel = null; 1197TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint);