2 types derived from TraceAsyncResult
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1647
internal class SendAsyncResult :
TraceAsyncResult
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
1056
internal class OperationWithTimeoutAsyncResult :
TraceAsyncResult
3 references to TraceAsyncResult
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceAsyncResult.cs (3)
39
if (result is
TraceAsyncResult
)
41
TraceAsyncResult
thisPtr = result as
TraceAsyncResult
;