Base:
property
Properties
System.ServiceModel.Channels.Message.Properties
4 references to Properties
System.ServiceModel (4)
System\ServiceModel\Channels\Message.cs (2)
1091KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count]; 1092((ICollection<KeyValuePair<string, object>>)Properties).CopyTo(properties, 0);
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
672KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.Count]; 673((ICollection<KeyValuePair<string, object>>)base.Properties).CopyTo(properties, 0);