1 write to InternalSkipHours
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
211InternalSkipHours = skipHours;
5 references to InternalSkipHours
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
908if (Feed.InternalSkipHours?.Count > 0) 912foreach (int hour in Feed.InternalSkipHours)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
207if (InternalSkipHours == null) 214return InternalSkipHours; 511return InternalSkipHours != null;