5 references to EnsureParameters
System.Data.Entity (5)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
49this.EnsureParameters(); 152ObjectParameterCollection currentParams = this.EnsureParameters();
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
146ObjectParameterCollection 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)
207return this._state.EnsureParameters();