1 write to _parameterTypes
System.Data.Entity (1)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (1)
62
_parameterTypes
= paramTypes.AsReadOnly();
1 reference to _parameterTypes
System.Data.Entity (1)
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (1)
99
yield return new KeyValuePair<string, TypeUsage>(this._parameterNames[idx], this.
_parameterTypes
[idx]);