3 writes to _object
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (3)
115
_object
= obj;
116
_blockingInfo.Push(Unsafe.AsPointer(ref
_object
), objectKind, timeoutMs);
124
_object
= null;
1 reference to _object
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (1)
121
if (
_object
is not null)