2 writes to accepts
System.ServiceModel (2)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (2)
66
this.
accepts
= new NullNotAllowedCollection<string>();
80
this.
accepts
= new NullNotAllowedCollection<string>();
3 references to accepts
System.ServiceModel (3)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (3)
69
this.
accepts
.Add(accept);
78
if (this.
accepts
== null)
82
return this.
accepts
;