9 references to EntitySets
System.Data.Services (9)
System\Data\Services\Providers\BaseServiceProvider.cs (6)
110
get { return this.
EntitySets
.Values; }
415
return this.
EntitySets
.TryGetValue(name, out resourceSet);
522
this.PopulateMetadata(this.TypeCache, this.ChildTypesCache, this.
EntitySets
);
533
this.PopulateMetadataForUserSpecifiedTypes(configuration.GetKnownTypes(), this.TypeCache, this.ChildTypesCache, this.
EntitySets
.Values);
777
resourceType = this.PopulateMetadataForType(resultType, this.TypeCache, this.ChildTypesCache, this.
EntitySets
.Values);
882
foreach (ResourceSet c in this.
EntitySets
.Values)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
253
foreach (var set in this.
EntitySets
)
799
foreach (KeyValuePair<string, ResourceSet> containerEntry in this.
EntitySets
)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
81
ResourceSet targetSet = InternalGetContainerForResourceType(targetType.InstanceType, this.
EntitySets
.Values);