4 writes to _nullable
System.Data.Entity.Design (4)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (4)
813
_nullable
= typeReference.NullableForType(type);
817
_nullable
= typeReference.ForType(type);
825
_nullable
= collectionType;
834
_nullable
= baseType;
1 reference to _nullable
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
878
get { return
_nullable
; }