2 writes to _workspaces
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\ServiceDocument.cs (2)
23_workspaces = new NullNotAllowedCollection<Workspace>(); 41get => _workspaces ??= new NullNotAllowedCollection<Workspace>();
1 reference to _workspaces
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\ServiceDocument.cs (1)
26_workspaces.Add(workspace);