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