3 references to NoInlineElementSpecified
System.Data.Services (3)
System\Data\Services\Serializers\SyndicationDeserializer.cs (3)
481if ((linkContent == LinkContent.NoInlineElementSpecified && link.Uri != null && String.IsNullOrEmpty(link.Uri.OriginalString)) || 494else if (linkContent == LinkContent.NoInlineElementSpecified && link.Uri != null && !String.IsNullOrEmpty(link.Uri.OriginalString)) 587LinkContent linkContent = LinkContent.NoInlineElementSpecified;