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