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