5 references to OuterName
System.Data.Services (4)
System\Data\Services\Serializers\SyndicationDeserializer.cs (4)
225SyndicationElementExtension properties = item.ElementExtensions.Where(p => p.OuterName == XmlConstants.AtomPropertiesElementName && p.OuterNamespace == XmlConstants.DataWebMetadataNamespace).FirstOrDefault(); 592e.OuterName != XmlConstants.AtomInlineElementName) 636throw DataServiceException.CreateBadRequestError(Strings.Syndication_EntryElementForReferenceProperties(e.OuterName, propertyName)); 653throw DataServiceException.CreateBadRequestError(Strings.Syndication_FeedElementForCollections(e.OuterName, propertyName));
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (1)
258if (extensionName != this[i].OuterName || extensionNamespace != this[i].OuterNamespace)