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); 91if ( null == _pipe && _smiContext.HasContextPipe ) { 92_pipe = new SqlPipe( _smiContext ); 95Debug.Assert( null == _pipe || _smiContext.HasContextPipe, "Caching logic error for contained pipe!" ); 109_smiContext.GetTriggerInfo(eventSink, out columnsUpdated, out triggerAction, out eventInstanceData); 124return _smiContext.WindowsIdentity;