7 references to edmTypes
System.Data.Services (7)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (7)
2573get { return this.edmTypes; } 2598if (!this.edmTypes.TryGetValue(typeNamespace, out typesInNamespace) || 2623if (!this.edmTypes.TryGetValue(typeNamespace, out typesInNamespace) || !typesInNamespace.Contains(endType)) 2713if (!this.edmTypes.TryGetValue(typeNamespace, out typesInSameNamespace)) 2716this.edmTypes.Add(typeNamespace, typesInSameNamespace); 2786(this.edmTypes.ContainsKey(resultType.Namespace) && 2787this.edmTypes[resultType.Namespace].Contains(this.workspace.GetItem<EntityType>(resultType.FullName, DataSpace.CSpace))),