5 writes to Scheme
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
127category.Scheme = reader.Value;
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
206category.Scheme ??= inlineCategories.Scheme;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
255category.Scheme = val;
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
25Scheme = scheme; 35Scheme = source.Scheme;
5 references to Scheme
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
209if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_atom10Scheme)) 211writer.WriteAttributeString(Atom10Constants.SchemeTag, category.Scheme);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
798if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_rss20Domain)) 800writer.WriteAttributeString(Rss20Constants.DomainTag, Rss20Constants.Rss20Namespace, category.Scheme);
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
35Scheme = source.Scheme;