4 references to BeginExecuteReader
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
272
result = this.sqlCommand.
BeginExecuteReader
(wrappedCallback, this, CommandBehavior.CloseConnection);
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
1952
return
BeginExecuteReader
(null, null, CommandBehavior.Default);
1957
return
BeginExecuteReader
(callback, stateObject, CommandBehavior.Default);
1994
return
BeginExecuteReader
(null, null, behavior);