1 write to _parameterNames
System.Data.Entity (1)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (1)
61
_parameterNames
= paramNames.AsReadOnly();
2 references to _parameterNames
System.Data.Entity (2)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (2)
97
for (int idx = 0; idx < this.
_parameterNames
.Count; idx++)
99
yield return new KeyValuePair<string, TypeUsage>(this.
_parameterNames
[idx], this._parameterTypes[idx]);