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