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)
84
Entry[] entries =
_entries
;
102
_entries = new Entry[
_entries
.Length];
119
for (int i = 0; i <
_entries
.Length; i++)
121
int threadID =
_entries
[i].threadID;
130
_entries
[i].threadID = thisThreadID;
229
Entry[] entries =
_entries
;
284
Entry[] entries =
_entries
;