1 write to InternalSkipDays
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
228
InternalSkipDays
= skipDays;
5 references to InternalSkipDays
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
920
if (Feed.
InternalSkipDays
?.Count > 0)
924
foreach (string day in Feed.
InternalSkipDays
)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
224
if (
InternalSkipDays
== null)
231
return
InternalSkipDays
;
514
return
InternalSkipDays
!= null;