3 references to PendingAsyncOperation
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
455if (cachedAsyncState.PendingAsyncOperation) { // If in pending async state, throw. 607if (cachedAsyncState.PendingAsyncOperation) { // If in pending async state, throw 4909if (cachedAsyncState.PendingAsyncOperation) { // Enforce only one pending async execute at a time.