16 references to SqlCommand
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
231SqlCommand newCommand = new SqlCommand()
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
279this.sqlCommand = new SqlCommand();
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlClientFactory.cs (1)
32return new SqlCommand();
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
404public SqlCommand(string cmdText) : this() { 408public SqlCommand(string cmdText, SqlConnection connection) : this() { 413public SqlCommand(string cmdText, SqlConnection connection, SqlTransaction transaction) : this() { 419public SqlCommand(string cmdText, SqlConnection connection, SqlTransaction transaction, SqlCommandColumnEncryptionSetting columnEncryptionSetting) : this() { 426private SqlCommand(SqlCommand from) : this() { // Clone
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
51_batchCommand = new SqlCommand();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
142_com = new SqlCommand(); 360SqlCommand com = new SqlCommand();
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
96SqlCommand command = new SqlCommand();
System.Workflow.Runtime (4)
Tracking\SqlTrackingWorkflowInstance.cs (4)
550SqlCommand cmd = new SqlCommand(); 667cmd = new SqlCommand(); 760SqlCommand cmd = new SqlCommand(); 852SqlCommand cmd = new SqlCommand();