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)
609
Debug.Assert(
_sourceCsdlPath
!= null, "Unable to find property, did the signature or name change?");
638
return (String)
_sourceCsdlPath
.GetValue(_instance, null);
642
_sourceCsdlPath
.SetValue(_instance, value, null);