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