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