1 write to _nullable
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
580
_nullable
= nullable;
2 references to _nullable
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (2)
67
if (
_nullable
.HasValue)
69
return
_nullable
.Value;