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)
471out instanceName, _sniSpnBuffer, false, true, fParallel, transparentNetworkResolutionState, totalTimeout); 528_physicalStateObj.CreatePhysicalSNIHandle(serverInfo.ExtendedServerName, ignoreSniOpenTimeout, timerExpire, out instanceName, _sniSpnBuffer, true, true, fParallel, transparentNetworkResolutionState, totalTimeout); 7540if(0 != SNINativeMethodWrapper.SNISecGenClientContext(_physicalStateObj.Handle, receivedBuff, receivedLength, sendBuff, ref sendLength, _sniSpnBuffer)) 11443null == _sniSpnBuffer ? "(null)" : _sniSpnBuffer.Length.ToString((IFormatProvider)null),