Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
7 references to Count
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
371
if (this.filterTable.
Count
> 0)
373
KeyValuePair<MessageFilter, IChannelListener>[] pairs = new KeyValuePair<MessageFilter, IChannelListener>[this.filterTable.
Count
];
2351
if (this.filterTable.
Count
> 0)
2353
KeyValuePair<MessageFilter, InputQueueChannelListener<TInnerChannel>>[] pairs = new KeyValuePair<MessageFilter, InputQueueChannelListener<TInnerChannel>>[this.filterTable.
Count
];
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
32
((this.filters != null) ? this.filters.
Count
: 0);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
96
Entry[] entries = new Entry[
Count
];
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
65
return this.table.
Count
;