1 instantiation of MessageRpc
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
293MessageRpc rpc = new MessageRpc(request, message, operation, channel,
55 references to MessageRpc
dotnet-svcutil-lib (55)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
293MessageRpc rpc = new MessageRpc(request, message, operation, channel,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (3)
24internal bool IsConcurrent(ref MessageRpc rpc) 79internal void LockInstance(ref MessageRpc rpc) 104internal void UnlockInstance(ref MessageRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (9)
120private void DeserializeInputs(ref MessageRpc rpc) 164private void InspectInputs(ref MessageRpc rpc) 172private void InspectInputsCore(ref MessageRpc rpc) 185private void InspectOutputs(ref MessageRpc rpc) 193private void InspectOutputsCore(ref MessageRpc rpc) 206internal void InvokeBegin(ref MessageRpc rpc) 267internal void InvokeEnd(ref MessageRpc rpc) 279private void SerializeOutputs(ref MessageRpc rpc) 360private void ValidateMustUnderstand(ref MessageRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (7)
26private void InitializeFault(ref MessageRpc rpc) 41internal void ProvideMessageFault(ref MessageRpc rpc) 49private void ProvideMessageFaultCore(ref MessageRpc rpc) 63private void ProvideMessageFaultCoreCoda(ref MessageRpc rpc) 73internal void ProvideOnlyFaultOfLastResort(ref MessageRpc rpc) 152internal void HandleError(ref MessageRpc rpc) 160private void HandleErrorCore(ref MessageRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (24)
109internal void AfterReceiveRequest(ref MessageRpc rpc) 114private void Reply(ref MessageRpc rpc) 153private void BeginReply(ref MessageRpc rpc) 200internal bool Dispatch(ref MessageRpc rpc, bool isOperationContextSet) 207private bool EndReply(ref MessageRpc rpc) 235private void SetActivityIdOnThread(ref MessageRpc rpc) 244private void TransferChannelFromPendingList(ref MessageRpc rpc) 300private void PrepareReply(ref MessageRpc rpc) 362private bool PrepareAndAddressReply(ref MessageRpc rpc) 398internal bool IsConcurrent(ref MessageRpc rpc) 403internal void ProcessMessage1(ref MessageRpc rpc) 413internal void ProcessMessage11(ref MessageRpc rpc) 458private void ProcessMessage2(ref MessageRpc rpc) 474private void ProcessMessage3(ref MessageRpc rpc) 488private void ProcessMessage31(ref MessageRpc rpc) 499private void ProcessMessage4(ref MessageRpc rpc) 525private void ProcessMessage41(ref MessageRpc rpc) 549private void ProcessMessage5(ref MessageRpc rpc) 601private void ProcessMessage6(ref MessageRpc rpc) 624private void ProcessMessage7(ref MessageRpc rpc) 634private void ProcessMessage8(ref MessageRpc rpc) 665private void ProcessMessage9(ref MessageRpc rpc) 692private void ProcessMessageCleanup(ref MessageRpc rpc) 856private void ProcessMessageCleanupError(ref MessageRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (3)
30internal void AfterReply(ref MessageRpc rpc, ErrorBehavior error) 51internal void EnsureInstanceContext(ref MessageRpc rpc) 94internal void EnsureServiceInstance(ref MessageRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (3)
17internal delegate void MessageRpcProcessor(ref MessageRpc rpc); 533private MessageRpc _rpc; 536internal Wrapper(ref MessageRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (3)
59internal void BindThread(ref MessageRpc rpc) 64internal void BindEndThread(ref MessageRpc rpc) 69private void BindCore(ref MessageRpc rpc, bool startOperation)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (2)
171internal void BindRpc(ref MessageRpc rpc) 288internal void UnbindRpc(ref MessageRpc rpc)