2 writes to _requestInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
73_requestInfo = new RequestInfo(this); 106_requestInfo = new RequestInfo(this);
36 references to _requestInfo
System.ServiceModel.Primitives (36)
System\ServiceModel\Dispatcher\ChannelHandler.cs (36)
222_requestInfo.Cleanup(); 234ServiceChannel channel = _requestInfo.Channel; 235EndpointDispatcher endpoint = _requestInfo.Endpoint; 240DispatchRuntime dispatchBehavior = _requestInfo.DispatchRuntime; 286this, cleanThread, currentOperationContext, _requestInfo.ExistingInstanceContext, eventTraceActivity); 337_requestInfo.Channel = Channel; 339if (_requestInfo.Channel == null) 344_requestInfo.Channel = GetSessionChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 348_requestInfo.Channel = GetDatagramChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 351if (_requestInfo.Channel == null) 365_requestInfo.Endpoint = _requestInfo.Channel.EndpointDispatcher; 368_requestInfo.EndpointLookupDone = true; 370if (_requestInfo.Channel == null) 373TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint); 378if (_requestInfo.Channel.HasSession || _isCallback) 380_requestInfo.DispatchRuntime = _requestInfo.Channel.DispatchRuntime; 384_requestInfo.DispatchRuntime = _requestInfo.Endpoint.DispatchRuntime; 494_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(); 1124_requestInfo.Cleanup(); 1156if (!_requestInfo.EndpointLookupDone) 1161if (_requestInfo.Channel == null) 1166if (_requestInfo.DispatchRuntime != null) 1168IContextChannel transparentProxy = _requestInfo.Channel.Proxy as IContextChannel; 1171_requestInfo.ExistingInstanceContext = _requestInfo.DispatchRuntime.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy); 1180_requestInfo.Channel = null; 1204TraceUtility.TraceDroppedMessage(request.RequestMessage, _requestInfo.Endpoint);