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