2 writes to InternalTextInput
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
237
get =>
InternalTextInput
??= TryReadTextInputFromExtension(ElementExtensions);
238
set =>
InternalTextInput
= value;
6 references to InternalTextInput
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
935
if (Feed.
InternalTextInput
!= null)
939
writer.WriteElementString(Rss20Constants.DescriptionTag, Feed.
InternalTextInput
.Description);
940
writer.WriteElementString(Rss20Constants.TitleTag, Feed.
InternalTextInput
.Title);
941
writer.WriteElementString(Rss20Constants.LinkTag, Feed.
InternalTextInput
.Link.GetAbsoluteUri().ToString());
942
writer.WriteElementString(Rss20Constants.NameTag, Feed.
InternalTextInput
.Name);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
506
return
InternalTextInput
!= null;