1 write to s_maxSSPILength
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
7595s_maxSSPILength = maxLength;
5 references to s_maxSSPILength
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7199outSSPIBuff = new byte[s_maxSSPILength]; 7200outSSPILength = s_maxSSPILength; 7559byte[] sendBuff = new byte[s_maxSSPILength]; 7560UInt32 sendLength = s_maxSSPILength; 7602if (s_maxSSPILength > Int32.MaxValue) {