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