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