6 references to TypeCache
System.Data.Services (6)
System\Data\Services\Providers\BaseServiceProvider.cs (6)
436Debug.Assert(this.TypeCache != null, "this.TypeCache != null"); 437foreach (ResourceType t in this.TypeCache.Values) 522this.PopulateMetadata(this.TypeCache, this.ChildTypesCache, this.EntitySets); 533this.PopulateMetadataForUserSpecifiedTypes(configuration.GetKnownTypes(), this.TypeCache, this.ChildTypesCache, this.EntitySets.Values); 671this.TypeCache.TryGetValue(type, out resourceType); 777resourceType = this.PopulateMetadataForType(resultType, this.TypeCache, this.ChildTypesCache, this.EntitySets.Values);