1 write to _smiContext
System.Data (1)
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (1)
31
_smiContext
= smiContext;
6 references to _smiContext
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (6)
32
_smiContext
.OutOfScope += new EventHandler(OnOutOfScope);
91
if ( null == _pipe &&
_smiContext
.HasContextPipe ) {
92
_pipe = new SqlPipe(
_smiContext
);
95
Debug.Assert( null == _pipe ||
_smiContext
.HasContextPipe, "Caching logic error for contained pipe!" );
109
_smiContext
.GetTriggerInfo(eventSink, out columnsUpdated, out triggerAction, out eventInstanceData);
124
return
_smiContext
.WindowsIdentity;