1 write to _referenceCsdlPaths
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
611
_referenceCsdlPaths
= type.GetProperty("ReferenceCsdlPaths", flags, null, typeof(IEnumerable<String>), new Type[0], null);
2 references to _referenceCsdlPaths
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
612
Debug.Assert(
_referenceCsdlPaths
!= null, "Unable to find property, did the signature or name change?");
630
_referenceCsdlPaths
.SetValue(_instance, value, null);