6 references to ToApm
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
225return RequestAsync(message, timeout).ToApm(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
158return this.ReceiveAsync(timeout).ToApm(callback, state); 168return this.ReceiveAsync(timeout).ToApm(callback, state); 257return this.WaitForMessageAsync(timeout).ToApm(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
58return InvokeAsync(instance, inputs).ToApm(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
65return InvokeAsync(instance, inputs).ToApm(callback, state);