2 writes to Scheme
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
173inlineCategories.Scheme = reader.Value;
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (1)
33Scheme = scheme;
3 references to Scheme
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (3)
207category.Scheme ??= inlineCategories.Scheme; 298if (!string.IsNullOrEmpty(categories.Scheme)) 300writer.WriteAttributeString(Atom10Constants.SchemeTag, categories.Scheme);