14 references to Name
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (14)
188
string propertyName = _properties[i].
Name
;
251
if (_properties[i].
Name
== null)
318
if (_properties[i].
Name
== null)
354
if (properties._properties[i].
Name
== null)
362
this[property.
Name
] = property.Value;
392
if (properties._properties[i].
Name
== null)
400
if (!this.TryGetValue(property.
Name
, out currentValue) ||
405
this[property.
Name
] = property.Value;
479
if (_properties[i].
Name
== null)
508
string propertyName = _properties[i].
Name
;
648
if (_properties[shiftIndex].
Name
== null)
700
if (_properties[newIndex].
Name
== null)
749
string propertyName = _properties[i].
Name
;
819
string propertyName = _properties[i].
Name
;