1 write to _conventionCSpaceTypeNames
System.Data.Entity (1)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
77_conventionCSpaceTypeNames = new Dictionary<string, KeyValuePair<EdmType, int>>();
5 references to _conventionCSpaceTypeNames
System.Data.Entity (5)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (5)
75if (_edmItemCollection != null && _conventionCSpaceTypeNames == null) 86if (_conventionCSpaceTypeNames.TryGetValue(edmType.Name, out pair)) 88_conventionCSpaceTypeNames[edmType.Name] = new KeyValuePair<EdmType, int>(pair.Key, pair.Value + 1); 93_conventionCSpaceTypeNames.Add(edmType.Name, pair); 98return _conventionCSpaceTypeNames;