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