1 write to _compiledQueryParameters
System.Data.Entity (1)
System\Data\Objects\ELinq\Funcletizer.cs (1)
613_compiledQueryParameters = compiledQueryParameters ?? Enumerable.Empty<ParameterExpression>();
3 references to _compiledQueryParameters
System.Data.Entity (3)
System\Data\Objects\ELinq\Funcletizer.cs (3)
643Type delegateType = TypeSystem.GetDelegateType(_compiledQueryParameters.Select(p => p.Type), _type); 646_cachedDelegate = Expression.Lambda(delegateType, _funcletizedExpression, _compiledQueryParameters).Compile(); 665return new QueryParameterExpression(this._parameterReference, wrappedExpression, this._compiledQueryParameters);