6 references to Prefix
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
110
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
97
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Service, App10Constants.Namespace);
291
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Categories, App10Constants.Namespace);
551
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Collection, App10Constants.Namespace);
566
writer.WriteElementString(App10Constants.
Prefix
, App10Constants.Accept, App10Constants.Namespace, collection.Accepts[i]);
600
writer.WriteStartElement(App10Constants.
Prefix
, App10Constants.Workspace, App10Constants.Namespace);