4 writes to Name
System.Data.Services (3)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (3)
70this.author.Name = String.Empty; 116this.author.Name = textPropertyValue; 239this.Target.Contributors[0].Name = textPropertyValue;
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1151result.Name = reader.ReadElementString();
3 references to Name
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (2)
65resourceType.SetEpmValue(newRoot, element, this.Item.Authors[0].Name, this); 86resourceType.SetEpmValue(newRoot, element, this.Item.Contributors[0].Name, this);
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1308WriteElement(writer, Atom10Constants.NameTag, p.Name);