3 instantiations of Property
System.ServiceModel (3)
System\ServiceModel\Channels\MessageProperties.cs (3)
327
properties[i] = new
Property
();
660
properties[shiftIndex - 1] = new
Property
();
720
properties[newIndex] = new
Property
(name, newValue);
6 references to Property
System.ServiceModel (6)
System\ServiceModel\Channels\MessageProperties.cs (6)
14
Property
[] properties;
363
Property
property = properties.properties[i];
401
Property
property = properties.properties[i];
698
properties = new
Property
[InitialPropertyCount];
713
Property
[] newProperties = new
Property
[properties.Length * 2];