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