1 write to InternalSkipHours
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
209
InternalSkipHours
= skipHours;
5 references to InternalSkipHours
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
911
if (Feed.
InternalSkipHours
?.Count > 0)
915
foreach (int hour in Feed.
InternalSkipHours
)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
205
if (
InternalSkipHours
== null)
212
return
InternalSkipHours
;
509
return
InternalSkipHours
!= null;