Implemented interface member:
5 references to Count
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1688
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.
Count
];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1021
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.
Count
];
1708
KeyValuePair<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)
682
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.
Count
];