1 instantiation of IntValueEvent
System.Core (1)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
58IntValueEvent consumerEvent = new IntValueEvent();
7 references to IntValueEvent
System.Core (7)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (3)
87private IntValueEvent m_consumerEvent; 109internal AsynchronousChannel(int index, int chunkSize, CancellationToken cancellationToken, IntValueEvent consumerEvent) : 114internal AsynchronousChannel(int index, int capacity, int chunkSize, CancellationToken cancellationToken, IntValueEvent consumerEvent)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (2)
38private IntValueEvent m_consumerEvent; // The consumer event. 48QueryTaskGroupState taskGroupState, AsynchronousChannel<T>[] channels, IntValueEvent consumerEvent)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
58IntValueEvent consumerEvent = new IntValueEvent();
System\Linq\Parallel\Merging\MergeExecutor.cs (1)
147internal static AsynchronousChannel<TInputOutput>[] MakeAsynchronousChannels(int partitionCount, ParallelMergeOptions options, IntValueEvent consumerEvent, CancellationToken cancellationToken)