3 references to NUMOPT
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
731int offset = (int)PreLoginOptions.NUMOPT * 5 + 1; 733byte[] payload = new byte[(int)PreLoginOptions.NUMOPT * 5 + TdsEnums.MAX_PRELOGIN_PAYLOAD_LENGTH]; 739for (int option = (int)PreLoginOptions.VERSION; option < (int)PreLoginOptions.NUMOPT; option++) {