2 writes to collections
System.ServiceModel (2)
System\ServiceModel\Syndication\Workspace.cs (2)
36this.collections = new NullNotAllowedCollection<ResourceCollectionInfo>(); 64this.collections = new NullNotAllowedCollection<ResourceCollectionInfo>();
3 references to collections
System.ServiceModel (3)
System\ServiceModel\Syndication\Workspace.cs (3)
39this.collections.Add(collection); 62if (this.collections == null) 66return this.collections;