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)
75
if (_edmItemCollection != null &&
_conventionCSpaceTypeNames
== null)
86
if (
_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);
98
return
_conventionCSpaceTypeNames
;