2 writes to _owner
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (2)
168
_owner
= owner;
176
_owner
= owner;
7 references to _owner
System.Private.CoreLib (7)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (7)
204
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);
254
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);
261
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);
326
_owner
._container = new Container(
_owner
, newBuckets, newEntries, newNextFreeEntry);
328
_owner
._container.VerifyUnifierConsistency();
344
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);