4 references to _ocMapping
System.Data.Entity (4)
System\Data\Metadata\ObjectItemCollection.cs (4)
377
objectItemCollection.
_ocMapping
.Add(cspaceTypeName, edmType);
382
objectItemCollection.
_ocMapping
.Add(cspaceTypeName, edmType);
387
objectItemCollection.
_ocMapping
.Add(cspaceTypeName, edmType);
580
return
_ocMapping
.TryGetValue(cspaceType.Identity, out edmType);