7 [DebuggerDisplay(
"Disposed = true")]
15 [DebuggerDisplay(
"Disposed = {Disposed}")]
16 private sealed class Disposable<T1, T2> :
IDisposable
43 [DebuggerDisplay(
"Disposed = {Disposed}")]
46 private readonly T1
_arg1;
48 private readonly T2
_arg2;
static int CompareExchange(ref int location1, int value, int comparand)
Disposable(Action< T1, T2, T3 > action, T1 arg1, T2 arg2, T3 arg3)
Action< T1, T2, T3 > _action
Disposable(Action< T1, T2 > action, T1 arg1, T2 arg2)
static readonly IDisposable Nop
static IDisposable Create< T1, T2 >(Action< T1, T2 > action, T1 arg1, T2 arg2)
static IDisposable Create< T1, T2, T3 >(Action< T1, T2, T3 > action, T1 arg1, T2 arg2, T3 arg3)