2 instantiations of AsyncQueueReader
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
85AsyncQueueReader reader = new AsyncQueueReader(this, timeout, callback, state); 98AsyncQueueReader reader = new AsyncQueueReader(this, timeout, callback, state);
8 references to AsyncQueueReader
System.ServiceModel.Primitives (8)
Internals\System\Runtime\InputQueue.cs (8)
85AsyncQueueReader reader = new AsyncQueueReader(this, timeout, callback, state); 98AsyncQueueReader reader = new AsyncQueueReader(this, timeout, callback, state); 338return AsyncQueueReader.End(result, out value); 893private static Action<object> s_timerCallback = new Action<object>(AsyncQueueReader.TimerCallback); 916AsyncQueueReader readerResult = AsyncResult.End<AsyncQueueReader>(result); 942AsyncQueueReader thisPtr = (AsyncQueueReader)state;