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)
612Debug.Assert(_referenceCsdlPaths != null, "Unable to find property, did the signature or name change?"); 630_referenceCsdlPaths.SetValue(_instance, value, null);