2 writes to _type
System.Data.Entity (2)
System\Data\Common\EntitySql\AST\Literal.cs (2)
71
_type
= typeof(System.Boolean);
248
_type
= IsNullLiteral ? null : _computedValue.GetType();
1 reference to _type
System.Data.Entity (1)
System\Data\Common\EntitySql\AST\Literal.cs (1)
190
return
_type
;