22 references to Name
System.Data.Services (22)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (10)
1529xmlWriter.WriteAttributeString(XmlConstants.Name, property.Name); 1732xmlWriter.WriteAttributeString(XmlConstants.Name, member.Name); 1743xmlWriter.WriteAttributeString(XmlConstants.Name, navProperty.Name); 1763xmlWriter.WriteAttributeString(XmlConstants.Name, associationSet.Name); 1792xmlWriter.WriteAttributeString(XmlConstants.Name, entitySet.Name); 1839xmlWriter.WriteAttributeString(XmlConstants.Name, entityType.Name); 1862xmlWriter.WriteAttributeString(XmlConstants.Name, member.Name); 1883xmlWriter.WriteAttributeString(XmlConstants.Name, complexType.Name); 1902xmlWriter.WriteAttributeString(XmlConstants.Name, associationType.Name); 1967xmlWriter.WriteAttributeString(XmlConstants.Name, container.Name);
System\Data\Services\Serializers\MetadataSerializer.cs (12)
184writer.WriteAttributeString(XmlConstants.Name, operation.Name); 206writer.WriteAttributeString(XmlConstants.Name, parameter.Name); 322xmlWriter.WriteAttributeString(XmlConstants.Name, XmlConvert.EncodeName(entityType.Name)); 362xmlWriter.WriteAttributeString(XmlConstants.Name, property.Name); 450xmlWriter.WriteAttributeString(XmlConstants.Name, XmlConvert.EncodeName(complexType.Name)); 488xmlWriter.WriteAttributeString(XmlConstants.Name, resourceProperty.Name); 511xmlWriter.WriteAttributeString(XmlConstants.Name, resourceProperty.Name); 531xmlWriter.WriteAttributeString(XmlConstants.Name, resourceProperty.Name); 580xmlWriter.WriteAttributeString(XmlConstants.Name, association.Name); 612xmlWriter.WriteAttributeString(XmlConstants.Name, associationSet.Name); 676xmlWriter.WriteAttributeString(XmlConstants.Name, entityContainerName); 685xmlWriter.WriteAttributeString(XmlConstants.Name, container.Name);