2 implementations of GetOperation
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1763public DispatchOperationRuntime GetOperation(ref Message request) 1802public DispatchOperationRuntime GetOperation(ref Message request)
1 reference to GetOperation
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
878return this.demuxer.GetOperation(ref message);