2 writes to entries
System.ServiceModel.Internals (2)
System\Runtime\SynchronizedPool.cs (2)
70
this.
entries
= new Entry[threadCount];
103
this.
entries
= new Entry[this.entries.Length];
7 references to entries
System.ServiceModel.Internals (7)
System\Runtime\SynchronizedPool.cs (7)
85
Entry[] entries = this.
entries
;
103
this.entries = new Entry[this.
entries
.Length];
120
for (int i = 0; i < this.
entries
.Length; i++)
122
int threadID = this.
entries
[i].threadID;
131
this.
entries
[i].threadID = thisThreadID;
230
Entry[] entries = this.
entries
;
285
Entry[] entries = this.
entries
;