2 writes to workspaces
System.ServiceModel (2)
System\ServiceModel\Syndication\ServiceDocument.cs (2)
30
this.
workspaces
= new NullNotAllowedCollection<Workspace>();
66
this.
workspaces
= new NullNotAllowedCollection<Workspace>();
3 references to workspaces
System.ServiceModel (3)
System\ServiceModel\Syndication\ServiceDocument.cs (3)
33
this.
workspaces
.Add(workspace);
64
if (this.
workspaces
== null)
68
return this.
workspaces
;