1 write to _type
System.Data.Entity (1)
System\Data\Objects\ELinq\Funcletizer.cs (1)
615
_type
= funcletizedExpression.Type;
2 references to _type
System.Data.Entity (2)
System\Data\Objects\ELinq\Funcletizer.cs (2)
643
Type delegateType = TypeSystem.GetDelegateType(_compiledQueryParameters.Select(p => p.Type),
_type
);
678
get { return
_type
; }