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)
215Debug.Assert(_owner._lock.IsHeldByCurrentThread); 236Debug.Assert(_owner._lock.IsHeldByCurrentThread); 243Debug.Assert(_owner._lock.IsHeldByCurrentThread); 307_owner._container = new Container(_owner, newBuckets, newEntries, newNextFreeEntry); 309_owner._container.VerifyUnifierConsistency(); 325Debug.Assert(_owner._lock.IsHeldByCurrentThread);