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