17 references to
System.ServiceModel.Primitives (17)
Internals\System\Runtime\CompletedAsyncResult.cs (3)
12: base(callback, state) 30: base(callback, state) 51: base(callback, state)
Internals\System\Runtime\InputQueue.cs (2)
901: base(callback, state) 957public AsyncQueueWaiter(TimeSpan timeout, AsyncCallback callback, object state) : base(callback, state)
Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
18protected ScheduleActionItemAsyncResult(AsyncCallback callback, object state) : base(callback, state) { }
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
20: base(otherCallback, state)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
21: base(otherCallback, state)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2335: base(callback, state) 2383: base(callback, state)
System\ServiceModel\Diagnostics\TraceAsyncResult.cs (1)
15base(callback, state)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
674: base(callback, state) 818: base(callback, state)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
240: base(callback, state)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
408: base(callback, state) 803: base(callback, state)
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
143: base(callback, state)