1 write to InternalSkipHours
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
212
InternalSkipHours
= skipHours;
5 references to InternalSkipHours
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
938
if (Feed.
InternalSkipHours
?.Count > 0)
942
foreach (int hour in Feed.
InternalSkipHours
)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
208
if (
InternalSkipHours
== null)
215
return
InternalSkipHours
;
515
return
InternalSkipHours
!= null;