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