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