1 write to items
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
181
this.
items
= new Item[count];
11 references to items
System.ServiceModel (11)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (11)
66
this.firstFreeIndex = this.
items
[index].nextFreeIndex;
67
this.
items
[index].instanceContext = instanceContext;
166
Item[] existingItems = this.
items
;
184
this.
items
[i].nextFreeIndex = i + 1;
230
this.
items
[index].nextFreeIndex = this.firstFreeIndex;
231
this.
items
[index].instanceContext = null;
241
if (this.
items
== null)
249
for (int i = 1; i < this.
items
.Length; i++)
250
if (this.
items
[i].instanceContext != null)
258
for (int i = 1; i < this.
items
.Length; i++)
260
InstanceContext instanceContext = this.
items
[i].instanceContext;