2 instantiations of SNIHandle
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
299_sessionHandle = new SNIHandle(myInfo, physicalConnection); 765_sessionHandle = new SNIHandle(myInfo, serverName, spnBuffer, ignoreSniOpenTimeout, checked((int)timeout), out instanceName, flushCache, !async, fParallel, transparentNetworkResolutionState, totalTimeout);
14 references to SNIHandle
System.Data (14)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
638TdsParserStateObject session = new TdsParserStateObject(this, (SNIHandle)_pMarsPhysicalConObj.Handle, true); 696var stateObjHandle = stateObj.Handle; 710var marsStateObjHandle = marsStateObj.Handle;
fx\src\data\System\Data\SqlClient\TdsParserSafeHandles.cs (2)
159internal SNIHandle(SNINativeMethodWrapper.ConsumerInfo myInfo, SNIHandle parent) : base(IntPtr.Zero, true) { 226public SNIPacket Take(SNIHandle sniHandle) {
fx\src\data\System\Data\SqlClient\TdsParserSessionPool.cs (1)
107var sessionHandle = session.Handle;
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (8)
51private SNIHandle _sessionHandle = null; // the SNI handle we're to work on 283internal TdsParserStateObject(TdsParser parser, SNIHandle physicalConnection, bool async) { 335internal SNIHandle Handle { 1952SNIHandle handle = Handle; 2152SNIHandle handle = null; 2295SNIHandle handle = Handle; 2333SNIHandle handle = Handle; 2887private Task SNIWritePacket(SNIHandle handle, SNIPacket packet, out UInt32 sniError, bool canAccumulate, bool callerHasConnectionLock) {