7 references to Format
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
584throw new NotSupportedException(FeedUtils.AddLineInfo(reader, (SR.Format(SR.UnsupportedRssVersion, version))));
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
306throw new FormatException(SR.Format(SR.InvalidSkipHourValue, value));
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (5)
475string s = SR.Format(res, arg1); 505return SR.Format(SR.XmlFoundText, reader.Value); 507return SR.Format(SR.XmlFoundComment, reader.Value); 509return SR.Format(SR.XmlFoundCData, reader.Value); 511return SR.Format(SR.XmlFoundNodeType, reader.NodeType);