6 references to Prefix
System.ServiceModel (6)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
155writer.WriteStartElement(App10Constants.Prefix, App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
139writer.WriteStartElement(App10Constants.Prefix, App10Constants.Service, App10Constants.Namespace); 402writer.WriteStartElement(App10Constants.Prefix, App10Constants.Categories, App10Constants.Namespace); 719writer.WriteStartElement(App10Constants.Prefix, App10Constants.Collection, App10Constants.Namespace); 737writer.WriteElementString(App10Constants.Prefix, App10Constants.Accept, App10Constants.Namespace, collection.Accepts[i]); 771writer.WriteStartElement(App10Constants.Prefix, App10Constants.Workspace, App10Constants.Namespace);