2 writes to _offsetLow
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (2)
26_offsetLow = offsetLo; 47set => ((_pNativeOverlapped != null) ? ref _pNativeOverlapped->OffsetLow : ref _offsetLow) = value;
2 references to _offsetLow
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (2)
46get => (_pNativeOverlapped != null) ? _pNativeOverlapped->OffsetLow : _offsetLow; 157pNativeOverlapped->OffsetLow = _offsetLow;