7 references to
System.ServiceModel.Internals (7)
System\Runtime\CompletedAsyncResult.cs (3)
14
:
base
(callback, state)
32
:
base
(callback, state)
53
:
base
(callback, state)
System\Runtime\InputQueue.cs (2)
806
:
base
(callback, state)
869
public AsyncQueueWaiter(TimeSpan timeout, AsyncCallback callback, object state) :
base
(callback, state)
System\Runtime\ScheduleActionItemAsyncResult.cs (1)
20
protected ScheduleActionItemAsyncResult(AsyncCallback callback, object state) :
base
(callback, state) { }
System\Runtime\TypedAsyncResult.cs (1)
11
:
base
(callback, state)