2 writes to _owner
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (2)
177
_owner
= owner;
185
_owner
= owner;
7 references to _owner
System.Private.CoreLib (7)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (7)
215
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);
236
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);
243
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);
307
_owner
._container = new Container(
_owner
, newBuckets, newEntries, newNextFreeEntry);
309
_owner
._container.VerifyUnifierConsistency();
325
Debug.Assert(
_owner
._lock.IsHeldByCurrentThread);