3 instantiations of Property
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
323_properties[i] = new Property(); 655_properties[shiftIndex - 1] = new Property(); 715_properties[newIndex] = new Property(name, newValue);
6 references to Property
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (6)
14private Property[] _properties; 359Property property = properties._properties[i]; 397Property property = properties._properties[i]; 693_properties = new Property[InitialPropertyCount]; 708Property[] newProperties = new Property[_properties.Length * 2];