Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
5 references to Count
System.ServiceModel (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1820KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count];
System\ServiceModel\Channels\Message.cs (2)
1091KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count]; 1776KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count];
System\ServiceModel\Channels\MessageBuffer.cs (1)
93properties = new KeyValuePair<string, object>[message.Properties.Count];
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
672KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.Count];