3 references to Accepts
System.ServiceModel (3)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (3)
519
result.
Accepts
.Add(reader.ReadElementString());
735
for (int i = 0; i < collection.
Accepts
.Count; ++i)
737
writer.WriteElementString(App10Constants.Prefix, App10Constants.Accept, App10Constants.Namespace, collection.
Accepts
[i]);