2 writes to _accepts
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (2)
53
_accepts
= new NullNotAllowedCollection<string>();
63
get =>
_accepts
??= new NullNotAllowedCollection<string>();
1 reference to _accepts
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
56
_accepts
.Add(accept);