1 type derived from Atom10FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1324public class Atom10FeedFormatter<TSyndicationFeed> : Atom10FeedFormatter
7 instantiations of Atom10FeedFormatter
System.Data.Services (2)
System\Data\Services\Serializers\Atom10FormatterFactory.cs (2)
30return new Atom10FeedFormatter(); 45return new Atom10FeedFormatter(feedToWrite);
System.ServiceModel (5)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (2)
44this.feedSerializer = new Atom10FeedFormatter(); 54this.feedSerializer = new Atom10FeedFormatter();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
60this.atomSerializer = new Atom10FeedFormatter(feedTypeToCreate); 77this.atomSerializer = new Atom10FeedFormatter(this.Feed);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
290return new Atom10FeedFormatter(this);
39 references to Atom10FeedFormatter
System.Data.Services (4)
System\Data\Services\Serializers\Atom10FormatterFactory.cs (4)
26/// <summary>Creates a new instance of the <see cref="Atom10FeedFormatter"/> class.</summary> 27/// <returns>A new instance of the <see cref="Atom10FeedFormatter"/> class.</returns> 34/// Creates a new instance of the <see cref="Atom10FeedFormatter"/> class with the specified 39/// A new instance of the <see cref="Atom10FeedFormatter"/> class with the specified
System.ServiceModel (33)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
22Atom10FeedFormatter feedSerializer;
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
250writer.WriteAttributeString(Atom10Constants.Atom10Prefix, Atom10FeedFormatter.XmlNsNs, Atom10Constants.Atom10Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (15)
234if (reader.LocalName == "base" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 238else if (reader.LocalName == "lang" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 287Atom10FeedFormatter.ReadCategory(reader, category, version, preserveAttributeExtensions, preserveElementExtensions, maxExtensionSize); 328if (reader.LocalName == "base" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 332else if (reader.LocalName == "lang" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 421Atom10FeedFormatter.WriteCategory(writer, categories.Categories[i], version); 438writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUri)); 443writer.WriteAttributeString("xml", "lang", Atom10FeedFormatter.XmlNs, lang); 455if (reader.LocalName == "base" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 497result.Title = Atom10FeedFormatter.ReadTextContentFrom(reader, "//app:service/app:workspace/app:collection/atom:title[@type]", this.preserveAttributeExtensions); 558if (reader.LocalName == "lang" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 562else if (reader.LocalName == "base" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 647if (reader.LocalName == "base" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 685result.Title = Atom10FeedFormatter.ReadTextContentFrom(reader, "//app:service/app:workspace/atom:title[@type]", this.preserveAttributeExtensions); 750writer.WriteAttributeString(Atom10Constants.Atom10Prefix, Atom10FeedFormatter.XmlNsNs, Atom10Constants.Atom10Namespace);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (11)
32Atom10FeedFormatter atomSerializer; 465if (dateTime.Offset == Atom10FeedFormatter.zeroOffset) 488if (reader.LocalName == "base" && reader.NamespaceURI == Atom10FeedFormatter.XmlNs) 582if (name == "base" && ns == Atom10FeedFormatter.XmlNs) 771if (name == "base" && ns == Atom10FeedFormatter.XmlNs) 877string tmp = reader.GetAttribute("base", Atom10FeedFormatter.XmlNs); 891if (name == "base" && ns == Atom10FeedFormatter.XmlNs) 1058writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUriToWrite)); 1095writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(this.Feed.BaseUri)); 1226writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUriToWrite)); 1435writer.WriteAttributeString("xml", "base", Atom10FeedFormatter.XmlNs, FeedUtils.GetUriString(baseUriToWrite));
System\ServiceModel\Syndication\ServiceDocumentFormatter.cs (4)
50Atom10FeedFormatter.CloseBuffer(buffer, writer); 60Atom10FeedFormatter.CloseBuffer(buffer, writer); 70Atom10FeedFormatter.CloseBuffer(buffer, writer); 80Atom10FeedFormatter.CloseBuffer(buffer, writer);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
288public Atom10FeedFormatter GetAtom10Formatter()
System.ServiceModel.Web (2)
AssemblyInfo.cs (1)
17[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter))]
System\ServiceModel\Dispatcher\HelpPage.cs (1)
318else if (typeof(Atom10FeedFormatter).IsAssignableFrom(type))