3 instantiations of Property
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MessageProperties.cs (3)
378
_properties[i] = new
Property
();
740
_properties[shiftIndex - 1] = new
Property
();
803
_properties[newIndex] = new
Property
(name, newValue);
6 references to Property
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\MessageProperties.cs (6)
15
private
Property
[] _properties;
414
Property
property = properties._properties[i];
452
Property
property = properties._properties[i];
781
_properties = new
Property
[InitialPropertyCount];
796
Property
[] newProperties = new
Property
[_properties.Length * 2];