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