1 write to _typesInLoading
System.Data.Entity (1)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
134_typesInLoading = new Dictionary<string, EdmType>(StringComparer.Ordinal);
2 references to _typesInLoading
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (2)
48internal Dictionary<string, EdmType> TypesInLoading { get { return _typesInLoading; } } 109Debug.Assert(_loaderFactory == null || _typesInLoading.Count == 0, "Only reset the factory after types have not been loaded or load from the cache");