2 references to GetAtom10Formatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
266this.GetAtom10Formatter().WriteTo(writer);
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
182Message message = Message.CreateMessage(MessageVersion.None, (string)null, item.GetAtom10Formatter());