6 references to Prefix
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
127
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
114
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Service, App10Constants.Namespace);
308
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Categories, App10Constants.Namespace);
568
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Collection, App10Constants.Namespace);
583
writer.WriteElementString(App10Constants.
Prefix
, App10Constants.Accept, App10Constants.Namespace, collection.Accepts[i]);
617
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Workspace, App10Constants.Namespace);