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