1 write to InternalSkipDays
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
229
InternalSkipDays
= skipDays;
5 references to InternalSkipDays
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
950
if (Feed.
InternalSkipDays
?.Count > 0)
954
foreach (string day in Feed.
InternalSkipDays
)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
225
if (
InternalSkipDays
== null)
232
return
InternalSkipDays
;
518
return
InternalSkipDays
!= null;