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