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);