2 writes to _baseType
System.Data.Entity.Design (2)
System\Data\EntityModel\TypeGeneratedEventArgs.cs (2)
51
this.
_baseType
= baseType;
77
this.
_baseType
= value;
1 reference to _baseType
System.Data.Entity.Design (1)
System\Data\EntityModel\TypeGeneratedEventArgs.cs (1)
73
return this.
_baseType
;