10 references to SetReadOnly
System.Data.Entity (10)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
599query.Parameters.SetReadOnly(true);
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (3)
50this.Parameters.SetReadOnly(true); 155currentParams.SetReadOnly(false); 174currentParams.SetReadOnly(true);
System\Data\Objects\ELinq\ELinqQueryState.cs (4)
147currentParams.SetReadOnly(false); 157currentParams.SetReadOnly(true); 292this.Parameters.SetReadOnly(false); 297this.Parameters.SetReadOnly(true);
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
215this.Parameters.SetReadOnly(true);
System\Data\Objects\Internal\ObjectQueryState.cs (1)
135_parameters.SetReadOnly(true);