5 writes to Scheme
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
142category.Scheme = reader.Value;
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
224category.Scheme ??= inlineCategories.Scheme;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
282category.Scheme = val;
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
25Scheme = scheme; 38Scheme = source.Scheme;
5 references to Scheme
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
224if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_atom10Scheme)) 226writer.WriteAttributeString(Atom10Constants.SchemeTag, category.Scheme);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
825if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_rss20Domain)) 827writer.WriteAttributeString(Rss20Constants.DomainTag, Rss20Constants.Rss20Namespace, category.Scheme);
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
38Scheme = source.Scheme;