9 references to Text
System.Data.Services (3)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (3)
118
resourceType.SetEpmValue(newRoot, element, this.Item.Copyright.
Text
, this);
125
resourceType.SetEpmValue(newRoot, element, this.Item.Summary.
Text
, this);
132
resourceType.SetEpmValue(newRoot, element, this.Item.Title.
Text
, this);
System.ServiceModel (6)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
1098
string title = this.Feed.Title != null ? this.Feed.Title.
Text
: string.Empty;
1112
string description = this.Feed.Description != null ? this.Feed.Description.
Text
: string.Empty;
1122
writer.WriteElementString(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace, this.Feed.Copyright.
Text
);
1294
writer.WriteElementString(Rss20Constants.TitleTag, item.Title.
Text
);
1312
writer.WriteElementString(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace, summary.
Text
);
1332
string title = (item.SourceFeed.Title != null) ? item.SourceFeed.Title.
Text
: string.Empty;