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)
204Debug.Assert(_owner._lock.IsHeldByCurrentThread); 254Debug.Assert(_owner._lock.IsHeldByCurrentThread); 261Debug.Assert(_owner._lock.IsHeldByCurrentThread); 326_owner._container = new Container(_owner, newBuckets, newEntries, newNextFreeEntry); 328_owner._container.VerifyUnifierConsistency(); 344Debug.Assert(_owner._lock.IsHeldByCurrentThread);