2 writes to _entries
System.ServiceModel.Primitives (2)
Internals\System\Runtime\SynchronizedPool.cs (2)
69_entries = new Entry[threadCount]; 102_entries = new Entry[_entries.Length];
7 references to _entries
System.ServiceModel.Primitives (7)
Internals\System\Runtime\SynchronizedPool.cs (7)
84Entry[] entries = _entries; 102_entries = new Entry[_entries.Length]; 119for (int i = 0; i < _entries.Length; i++) 121int threadID = _entries[i].threadID; 130_entries[i].threadID = thisThreadID; 229Entry[] entries = _entries; 284Entry[] entries = _entries;