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