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