14 references to Name
System.ServiceModel (14)
System\ServiceModel\Channels\MessageProperties.cs (14)
192string propertyName = properties[i].Name; 255if (properties[i].Name == null) 322if (properties[i].Name == null) 358if (properties.properties[i].Name == null) 366this[property.Name] = property.Value; 396if (properties.properties[i].Name == null) 404if (!this.TryGetValue<IMergeEnabledMessageProperty>(property.Name, out currentValue) || 409this[property.Name] = property.Value; 483if (properties[i].Name == null) 513string propertyName = properties[i].Name; 653if (properties[shiftIndex].Name == null) 705if (properties[newIndex].Name == null) 754string propertyName = properties[i].Name; 824string propertyName = properties[i].Name;