3 references to Allocated
System.Data.Odbc (3)
System\Data\Odbc\OdbcConnectionHandle.cs (3)
189Debug.Assert(HandleState.Allocated == _handleState, "SQLDriverConnect while in wrong state?"); 219_handleState = HandleState.Allocated; 221Debug.Assert(HandleState.Allocated == _handleState, "not expected HandleState.Allocated");