Implemented interface member:
5 references to Count
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1686KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count];
System\ServiceModel\Channels\Message.cs (2)
1139KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count]; 1877KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count];
System\ServiceModel\Channels\MessageBuffer.cs (1)
71_properties = new KeyValuePair<string, object>[message.Properties.Count];
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
734KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.Count];