2 instantiations of EntityParameterCollection
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
61
this._parameters = new
EntityParameterCollection
();
114
this._parameters = new
EntityParameterCollection
();
2 references to EntityParameterCollection
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
37
private
EntityParameterCollection
_parameters;
316
public new
EntityParameterCollection
Parameters