1 instantiation of SqlInternalConnectionSmi
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
244result = new SqlInternalConnectionSmi(options, smiContext);
18 references to SqlInternalConnectionSmi
System.Data (18)
fx\src\data\Microsoft\SqlServer\Server\sqlpipe.cs (2)
76SqlInternalConnectionSmi internalConnection = connection.InnerConnection as SqlInternalConnectionSmi;
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
467if (this.GetType() != typeof(System.Data.SqlClient.SqlInternalConnectionSmi))
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
527private SqlInternalConnectionSmi InternalSmiConnection { 529return (SqlInternalConnectionSmi)_activeConnection.InnerConnection; 3140SqlInternalConnectionSmi innerConnection = InternalSmiConnection; 4583SqlInternalConnectionSmi innerConnection = InternalSmiConnection; 6189private SmiRequestExecutor SetUpSmiRequest( SqlInternalConnectionSmi innerConnection ) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1581SqlInternalConnectionSmi innerConnection = (InnerConnection as SqlInternalConnectionSmi);
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (4)
191if (internalConnection is SqlInternalConnectionSmi) { 233private SqlInternalConnectionSmi GetContextConnection(SqlConnectionString options, object providerInfo) { 236SqlInternalConnectionSmi result = (SqlInternalConnectionSmi)smiContext.GetContextValue((int)SmiContextFactory.ContextKey.Connection);
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (2)
944private SqlInternalConnectionSmi _currentConnection; 961SqlInternalConnectionSmi connection, // connection that owns everybody
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (2)
29SqlInternalConnectionSmi _connection; 54internal EventSink(SqlInternalConnectionSmi connection) {