1 write to workspace
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
2517
this.
workspace
= workspace;
4 references to workspace
System.Data.Services (4)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (4)
2614
foreach (AssociationType associationType in this.
workspace
.GetItems<AssociationType>(DataSpace.CSpace))
2642
foreach (EntityContainer container in this.
workspace
.GetItems<EntityContainer>(DataSpace.CSpace))
2727
EdmType edmType = this.
workspace
.GetItem<EdmType>(resourceType.FullName, DataSpace.CSpace);
2787
this.edmTypes[resultType.Namespace].Contains(this.
workspace
.GetItem<EntityType>(resultType.FullName, DataSpace.CSpace))),