7 references to PendingBeginXXXExists
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
4911
throw SQL.
PendingBeginXXXExists
();
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (6)
224
throw SQL.
PendingBeginXXXExists
();
2944
throw SQL.
PendingBeginXXXExists
();
3118
throw SQL.
PendingBeginXXXExists
();
3955
source.SetException(ADP.ExceptionWithStackTrace(SQL.
PendingBeginXXXExists
()));
4201
return ADP.CreatedTaskWithException<bool>(ADP.ExceptionWithStackTrace(SQL.
PendingBeginXXXExists
()));
4266
source.SetException(ADP.ExceptionWithStackTrace(SQL.
PendingBeginXXXExists
()));