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