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