4 references to Parameter
System.Data.Entity (4)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
196if (op.Var.VarType == VarType.Parameter && m_viewArguments.TryGetValue(((ParameterVar)op.Var).ParameterName, out argNode))
System\Data\Query\InternalTrees\Vars.cs (2)
111: base(id, VarType.Parameter, type) 388if (!ignoreParameters || (v.VarType != VarType.Parameter))
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1960VarList outputVars = Command.CreateVarList(op.Outputs.Where(v => v.VarType == VarType.Parameter));