4 references to SyndicationPerson
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (2)
215
this.author = createNull ? new SyndicationPerson(null, String.Empty, null) : new
SyndicationPerson
();
229
this.Target.Contributors.Add(new
SyndicationPerson
());
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
330
return new
SyndicationPerson
();
System\ServiceModel\Syndication\SyndicationItem.cs (1)
286
return new
SyndicationPerson
();