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)
618Debug.Assert(_edmToObjectNamespaceMap != null, "Unable to find property, did the signature or name change?"); 648set { _edmToObjectNamespaceMap.SetValue(_instance, value, null); }