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