Implemented interface member:
5 references to Count
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1686
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.
Count
];
System\ServiceModel\Channels\Message.cs (2)
1139
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.
Count
];
1877
KeyValuePair<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)
734
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.
Count
];