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