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