10 references to ByteRangeReadEvent
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
97_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = new AutoResetEvent(false); 400_readEventHandles[(int)ReadEvent.ByteRangeReadEvent]?.Set(); 411if (_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] != null) 413_readEventHandles[(int)ReadEvent.ByteRangeReadEvent].Close(); 414_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = null; 588_readEventHandles[(int)ReadEvent.ByteRangeReadEvent].SafeWaitHandle, 1106if (eventFired == ReadEvent.ByteRangeReadEvent) 1201if (_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] != null) 1203_readEventHandles[(int)ReadEvent.ByteRangeReadEvent].Close(); 1204_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = null;