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