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