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