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