6 types derived from Thunk
System.ServiceModel.Internals (6)
System\Runtime\Fx.cs (6)
1050
sealed class ActionThunk<T1> :
Thunk
<Action<T1>>
1084
sealed class AsyncThunk :
Thunk
<AsyncCallback>
1118
sealed class WaitThunk :
Thunk
<WaitCallback>
1152
sealed class TimerThunk :
Thunk
<TimerCallback>
1186
sealed class WaitOrTimerThunk :
Thunk
<WaitOrTimerCallback>
1220
sealed class SendOrPostThunk :
Thunk
<SendOrPostCallback>