2 writes to _sniSpnBuffer
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
430
_sniSpnBuffer
= new byte[SNINativeMethodWrapper.SniMaxComposedSpnLength];
434
_sniSpnBuffer
= null;
5 references to _sniSpnBuffer
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
471
out instanceName,
_sniSpnBuffer
, false, true, fParallel, transparentNetworkResolutionState, totalTimeout);
528
_physicalStateObj.CreatePhysicalSNIHandle(serverInfo.ExtendedServerName, ignoreSniOpenTimeout, timerExpire, out instanceName,
_sniSpnBuffer
, true, true, fParallel, transparentNetworkResolutionState, totalTimeout);
7540
if(0 != SNINativeMethodWrapper.SNISecGenClientContext(_physicalStateObj.Handle, receivedBuff, receivedLength, sendBuff, ref sendLength,
_sniSpnBuffer
))
11443
null ==
_sniSpnBuffer
? "(null)" :
_sniSpnBuffer
.Length.ToString((IFormatProvider)null),