1 write to InternalSkipDays
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
226
InternalSkipDays
= skipDays;
5 references to InternalSkipDays
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
923
if (Feed.
InternalSkipDays
?.Count > 0)
927
foreach (string day in Feed.
InternalSkipDays
)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
222
if (
InternalSkipDays
== null)
229
return
InternalSkipDays
;
512
return
InternalSkipDays
!= null;