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