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