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