1 write to _edmToObjectNamespaceMap
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
617
_edmToObjectNamespaceMap
= type.GetProperty("EdmToObjectNamespaceMap", flags, null, typeof(Dictionary<string, string>), new Type[0], null);
2 references to _edmToObjectNamespaceMap
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
618
Debug.Assert(
_edmToObjectNamespaceMap
!= null, "Unable to find property, did the signature or name change?");
648
set {
_edmToObjectNamespaceMap
.SetValue(_instance, value, null); }