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