6 references to Name
System.Data.Services (6)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
593associationSet.Name,
System\Data\Services\Serializers\MetadataSerializer.cs (5)
612xmlWriter.WriteAttributeString(XmlConstants.Name, associationSet.Name); 1105if (reverseAssociationSet == null || associationSet.Name != reverseAssociationSet.Name) 1128throw new InvalidOperationException(Strings.ResourceAssociationSet_MultipleAssociationSetsForTheSameAssociationTypeMustNotReferToSameEndSets(conflictingAssociationSet.Name, associationSet.Name, relatedEnd.ResourceSet.Name));