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)
91
if ( null ==
_pipe
&& _smiContext.HasContextPipe ) {
95
Debug.Assert( null ==
_pipe
|| _smiContext.HasContextPipe, "Caching logic error for contained pipe!" );
97
return
_pipe
;
135
if ( null !=
_pipe
) {
136
_pipe
.OnOutOfScope();