20 references to UntilDone
System.Data (20)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
1193_parser.Run(RunBehavior.UntilDone, null, null, bulkCopyHandler, _stateObj); 1207_parser.RunReliably(RunBehavior.UntilDone, null, null, bulkCopyHandler, _stateObj);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (7)
1549bool result = _stateObj.Parser.TryRun(RunBehavior.UntilDone, this, null, null, _stateObj, out dataReady); 1658SqlDataReader reader = RunExecuteReader(0, RunBehavior.UntilDone, false, methodName, completion, timeout, out task, out usedCache, asyncWrite, inRetry); 3120bool result = _stateObj.Parser.TryRun(RunBehavior.UntilDone, this, null, null, _stateObj, out dataReady); 4524bool result = _stateObj.Parser.TryRun(RunBehavior.UntilDone, this, null, null, _stateObj, out dataReady); 4618if ( ( runBehavior & RunBehavior.UntilDone ) != 0 ) { 4695if (runBehavior == RunBehavior.UntilDone) { 4699bool result = _stateObj.Parser.TryRun(RunBehavior.UntilDone, this, ds, null, _stateObj, out dataReady);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
3691parser.Run(RunBehavior.UntilDone, _command, this, null, stateObj);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (4)
673_parser.Run(RunBehavior.UntilDone, null, null, null, _parser._physicalStateObj); 890_parser.Run(RunBehavior.UntilDone, null, null, null, _parser._physicalStateObj); 1034_parser.Run(RunBehavior.UntilDone, null, null, null, _parser._physicalStateObj); 1201_parser.Run(RunBehavior.UntilDone, null, null, null, _parser._physicalStateObj);
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (1)
344transactionLevelCommand.RunExecuteReader(0, RunBehavior.UntilDone, false /* returnDataStream */, ADP.GetServerTransactionLevel);
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
1940runBehavior = RunBehavior.UntilDone; 1950runBehavior = RunBehavior.UntilDone; 2766run = RunBehavior.UntilDone; 2779run = RunBehavior.UntilDone; 7860Run(RunBehavior.UntilDone, null, null, null, stateObj);