4 references to ToApmEnd
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
232return result.ToApmEnd<Message>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
163return result.ToApmEnd<Message>(); 175message = result.ToApmEnd<Message>(); 262return result.ToApmEnd<bool>();