2 writes to Text
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\TextSyndicationContent.cs (2)
25
Text
= text;
32
Text
= source.Text;
8 references to Text
System.ServiceModel.Syndication (8)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
851
string title = Feed.Title != null ? Feed.Title.
Text
: string.Empty;
865
string description = Feed.Description != null ? Feed.Description.
Text
: string.Empty;
875
writer.WriteElementString(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace, Feed.Copyright.
Text
);
1058
writer.WriteElementString(Rss20Constants.TitleTag, item.Title.
Text
);
1076
writer.WriteElementString(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace, summary.
Text
);
1096
string title = (item.SourceFeed.Title != null) ? item.SourceFeed.Title.
Text
: string.Empty;
System\ServiceModel\Syndication\TextSyndicationContent.cs (2)
32
Text = source.
Text
;
50
string val =
Text
?? string.Empty;