1 write to _cachedInputRecord
mscorlib (1)
system\console.cs (1)
1542
_cachedInputRecord
= ir;
6 references to _cachedInputRecord
mscorlib (6)
system\console.cs (6)
1483
if (
_cachedInputRecord
.eventType == Win32Native.KEY_EVENT) {
1485
ir =
_cachedInputRecord
;
1486
if (
_cachedInputRecord
.keyEvent.repeatCount == 0)
1487
_cachedInputRecord
.eventType = -1;
1489
_cachedInputRecord
.keyEvent.repeatCount--;
1567
if (
_cachedInputRecord
.eventType == Win32Native.KEY_EVENT)