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)
48
internal Dictionary<string, EdmType> TypesInLoading { get { return
_typesInLoading
; } }
109
Debug.Assert(_loaderFactory == null ||
_typesInLoading
.Count == 0, "Only reset the factory after types have not been loaded or load from the cache");