2 types derived from Thunk
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (2)
937
internal sealed class ActionThunk<T1> :
Thunk
<Action<T1>>
970
internal sealed class AsyncThunk :
Thunk
<AsyncCallback>