2 writes to RebindCollection
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
475_parameterCollection.RebindCollection = true;
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
307command.Parameters.RebindCollection = true;
1 reference to RebindCollection
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
396else if ((null != _parameterCollection) && _parameterCollection.RebindCollection) {