5 references to EnsureParameters
System.Data.Entity (5)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
49
this.
EnsureParameters
();
152
ObjectParameterCollection currentParams = this.
EnsureParameters
();
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
146
ObjectParameterCollection currentParams = this.
EnsureParameters
();
System\Data\Objects\Internal\ObjectQueryState.cs (1)
121
/// Call <see cref="
EnsureParameters
"/> if a guaranteed non-null collection is required.
System\Data\Objects\ObjectQuery.cs (1)
207
return this._state.
EnsureParameters
();