2 writes to _collections
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Workspace.cs (2)
28_collections = new NullNotAllowedCollection<ResourceCollectionInfo>(); 42get => _collections ??= new NullNotAllowedCollection<ResourceCollectionInfo>();
1 reference to _collections
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Workspace.cs (1)
31_collections.Add(collection);