2 writes to Scheme
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
172inlineCategories.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)
206category.Scheme ??= inlineCategories.Scheme; 297if (!string.IsNullOrEmpty(categories.Scheme)) 299writer.WriteAttributeString(Atom10Constants.SchemeTag, categories.Scheme);