6 references to Prefix
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
106
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
96
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Service, App10Constants.Namespace);
290
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Categories, App10Constants.Namespace);
550
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Collection, App10Constants.Namespace);
565
writer.WriteElementString(App10Constants.
Prefix
, App10Constants.Accept, App10Constants.Namespace, collection.Accepts[i]);
599
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Workspace, App10Constants.Namespace);