1 write to _pipe
System.Data (1)
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (1)
92_pipe = new SqlPipe( _smiContext );
5 references to _pipe
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\sqlcontext.cs (5)
91if ( null == _pipe && _smiContext.HasContextPipe ) { 95Debug.Assert( null == _pipe || _smiContext.HasContextPipe, "Caching logic error for contained pipe!" ); 97return _pipe; 135if ( null != _pipe ) { 136_pipe.OnOutOfScope();