3 references to EndWithOutDelegate
System.ServiceModel.Primitives (3)
Internals\System\Runtime\TaskHelpers.cs (3)
161public static Task<(TOut1, TOut2)> FromAsync<TIn, TOut1, TOut2>(Func<TIn, AsyncCallback, object, IAsyncResult> beginDelegate, EndWithOutDelegate<TOut2, TOut1> endDelegate, TIn arg1, object state) 168var tuple = iar.AsyncState as Tuple<EndWithOutDelegate<TOut2, TOut1>, TaskCompletionSource<(TOut1, TOut2)>>; 169var end = tuple.Item1;