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