1 write to _sourceCsdlPath
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
608_sourceCsdlPath = type.GetProperty("SourceCsdlPath", flags, null, typeof(String), new Type[0], null);
3 references to _sourceCsdlPath
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityCodeGenerator.cs (3)
609Debug.Assert(_sourceCsdlPath != null, "Unable to find property, did the signature or name change?"); 638return (String)_sourceCsdlPath.GetValue(_instance, null); 642_sourceCsdlPath.SetValue(_instance, value, null);