10 references to Run
System.Data (10)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1193_parser.Run(RunBehavior.UntilDone, null, null, bulkCopyHandler, _stateObj);
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\TdsParser.cs (4)
1743return Run(runBehavior, cmdHandler, dataStream, bulkCopyHandler, stateObj); 3824Run(RunBehavior.Clean, null, null, null, stateObj); 6862Run(RunBehavior.Attention, null, null, null, stateObj); 7860Run(RunBehavior.UntilDone, null, null, null, stateObj);