2 references to GetAtom10Formatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
305this.GetAtom10Formatter().WriteTo(writer);
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
194Message message = Message.CreateMessage(MessageVersion.None, (string)null, feed.GetAtom10Formatter());