15 references to TryRun
System.Data (15)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
1549
bool result = _stateObj.Parser.
TryRun
(RunBehavior.UntilDone, this, null, null, _stateObj, out dataReady);
3120
bool result = _stateObj.Parser.
TryRun
(RunBehavior.UntilDone, this, null, null, _stateObj, out dataReady);
4524
bool result = _stateObj.Parser.
TryRun
(RunBehavior.UntilDone, this, null, null, _stateObj, out dataReady);
4699
bool result = _stateObj.Parser.
TryRun
(RunBehavior.UntilDone, this, ds, null, _stateObj, out dataReady);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (10)
933
if (!parser.
TryRun
(RunBehavior.Clean, _command, this, null, stateObj, out ignored)) {
1130
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, this, null, _stateObj, out ignored)) {
2812
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, this, null, _stateObj, out ignored)) {
2887
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, this, null, _stateObj, out ignored)) {
3180
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, this, null, _stateObj, out _sharedState._dataReady)) {
3223
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, this, null, _stateObj, out _sharedState._dataReady)) {
3713
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, this, null, _stateObj, out ignored)) {
3724
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, _command, null, null, _stateObj, out ignored)) {
3787
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, null, null, null, _stateObj, out ignored)) {
3802
if (!_parser.
TryRun
(RunBehavior.ReturnImmediately, null, null, null, _stateObj, out ignored)) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1773
bool result =
TryRun
(runBehavior, cmdHandler, dataStream, bulkCopyHandler, stateObj, out dataReady);