2 types derived from TraceAsyncResult
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1684
internal class SendAsyncResult :
TraceAsyncResult
System\ServiceModel\Security\SecurityUtils.cs (1)
1089
internal class OperationWithTimeoutAsyncResult :
TraceAsyncResult
3 references to TraceAsyncResult
System.ServiceModel.Primitives (3)
System\ServiceModel\Diagnostics\TraceAsyncResult.cs (3)
39
if (result is
TraceAsyncResult
)
41
TraceAsyncResult
thisPtr = result as
TraceAsyncResult
;