3 writes to _rebindCollection
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcParameterCollection.cs (3)
34set { _rebindCollection = value; } 104_rebindCollection = false; 143_rebindCollection = true;
3 references to _rebindCollection
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcParameterCollection.cs (3)
33get { return _rebindCollection; } 112if (_rebindCollection) { 148if (!_rebindCollection) {