Base:
property
Properties
System.ServiceModel.Channels.Message.Properties
4 references to Properties
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1021KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count]; 1022((ICollection<KeyValuePair<string, object>>)Properties).CopyTo(properties, 0);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
682KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[base.Properties.Count]; 683((ICollection<KeyValuePair<string, object>>)base.Properties).CopyTo(properties, 0);