23 references to Items
System.ServiceModel (23)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
615
List<TSessionChannel> items = this.
Items
;
633
TSessionChannel oldItem = this.
Items
[index];
641
TSessionChannel oldItem = this.
Items
[index];
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
975
foreach (EndpointDispatcher item in this.
Items
)
993
EndpointDispatcher item = this.
Items
[index];
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (2)
54
ChannelDispatcherBase channelDispatcher = this.
Items
[index];
75
old = this.
Items
[index];
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (3)
50
List<TChannel> items = this.
Items
;
68
TChannel oldItem = this.
Items
[index];
76
TChannel oldItem = this.
Items
[index];
System\ServiceModel\ExtensionCollection.cs (3)
58
List<IExtension<T>> items = this.
Items
;
76
List<IExtension<T>> items = this.
Items
;
107
this.
Items
[index].Detach(this.owner);
System\ServiceModel\SynchronizedKeyedCollection.cs (10)
73
for (int i = 0; i < this.
Items
.Count; i++)
75
T item = this.
Items
[i];
147
for (int i = 0; i <
Items
.Count; i++)
149
T item =
Items
[i];
162
return
Items
.Contains(item);
176
foreach (T item in
Items
)
212
for (int i = 0; i <
Items
.Count; i++)
214
if (comparer.Equals(key, GetKeyForItem(
Items
[i])))
227
K key = this.GetKeyForItem(this.
Items
[index]);
251
K oldKey = this.GetKeyForItem(this.
Items
[index]);