8 references to ByteRangeReadEvent
PresentationCore (8)
MS\Internal\IO\Packaging\NetStream.cs (8)
96
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = new AutoResetEvent(false);
399
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
]?.Set();
407
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
]?.Close();
408
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;
581
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].SafeWaitHandle,
1099
if (eventFired == ReadEvent.
ByteRangeReadEvent
)
1190
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
]?.Close();
1191
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;