Implemented interface member:
5 references to Count
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1688KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1021KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count]; 1708KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (1)
67_properties = new KeyValuePair<string, object>[message.Properties.Count];
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
682KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.Count];