Base:
method
Close
System.Data.Common.DbConnection.Close()
32 references to Close
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (4)
133thisPtr.sqlCommand.Connection.Close(); 171this.sqlCommand.Connection.Close(); 276this.sqlCommand.Connection.Close(); 300this.sqlCommand.Connection.Close();
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (2)
233thisPtr.sqlCommand.Connection.Close(); 313this.sqlCommand.Connection.Close();
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1748Close(); 1756Close();
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
1067Connection.Close();
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
342Connection.Close();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
615_con.Close(); 720_con.Close();
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2089connection.Close();
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
1076sqlConnection.Close();
System.Web (9)
Cache\SqlCacheDependency.cs (4)
487_sqlConn.Close(); 569sqlConn.Close(); 1639sqlConnection.Close(); 1721sqlConn.Close();
DataAccess\SqlConnectionHelper.cs (2)
276connection.Close(); 319Connection.Close();
Management\SqlServices.cs (2)
633sqlConnection.Close(); 684sqlConnection.Close();
State\sqlstateclientmanager.cs (1)
1522_sqlConnection.Close();
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
557command.Connection.Close(); 670command.Connection.Close();
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
557command.Connection.Close(); 670command.Connection.Close();
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (2)
75cmd.Connection.Close(); 116cmd.Connection.Close();
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
1084connection.Close(); 1105connection.Close(); 1158operationResult.command.Connection.Close();