1 write to Name
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\MessageProperties.cs (1)
1000Name = name;
14 references to Name
System.ServiceModel.Primitives (14)
System\ServiceModel\Channels\MessageProperties.cs (14)
221string propertyName = _properties[i].Name; 293if (_properties[i].Name == null) 373if (_properties[i].Name == null) 409if (properties._properties[i].Name == null) 417this[property.Name] = property.Value; 447if (properties._properties[i].Name == null) 455if (!TryGetValue(property.Name, out currentValue) || 460this[property.Name] = property.Value; 547if (_properties[i].Name == null) 584string propertyName = _properties[i].Name; 733if (_properties[shiftIndex].Name == null) 788if (_properties[newIndex].Name == null) 855string propertyName = _properties[i].Name; 950string propertyName = _properties[i].Name;