32 references to NETLIB
System.Data (32)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (8)
724hash.Add(NETLIB.TCPIP, TdsEnums.TCP); 725hash.Add(NETLIB.NamedPipes, TdsEnums.NP); 726hash.Add(NETLIB.Multiprotocol, TdsEnums.RPC); 727hash.Add(NETLIB.BanyanVines, TdsEnums.BV); 728hash.Add(NETLIB.AppleTalk, TdsEnums.ADSP); 729hash.Add(NETLIB.IPXSPX, TdsEnums.SPX); 730hash.Add(NETLIB.VIA, TdsEnums.VIA); 731hash.Add(NETLIB.SharedMemory, TdsEnums.LPC);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (24)
714case SqlConnectionString.NETLIB.AppleTalk: 715value = SqlConnectionString.NETLIB.AppleTalk; 717case SqlConnectionString.NETLIB.BanyanVines: 718value = SqlConnectionString.NETLIB.BanyanVines; 720case SqlConnectionString.NETLIB.IPXSPX: 721value = SqlConnectionString.NETLIB.IPXSPX; 723case SqlConnectionString.NETLIB.Multiprotocol: 724value = SqlConnectionString.NETLIB.Multiprotocol; 726case SqlConnectionString.NETLIB.NamedPipes: 727value = SqlConnectionString.NETLIB.NamedPipes; 729case SqlConnectionString.NETLIB.SharedMemory: 730value = SqlConnectionString.NETLIB.SharedMemory; 732case SqlConnectionString.NETLIB.TCPIP: 733value = SqlConnectionString.NETLIB.TCPIP; 735case SqlConnectionString.NETLIB.VIA: 736value = SqlConnectionString.NETLIB.VIA; 1242return SqlConnectionString.NETLIB.NamedPipes; 1245return SqlConnectionString.NETLIB.SharedMemory; 1248return SqlConnectionString.NETLIB.TCPIP; 1251return SqlConnectionString.NETLIB.VIA; 1268case SqlConnectionString.NETLIB.NamedPipes: 1270case SqlConnectionString.NETLIB.SharedMemory: 1272case SqlConnectionString.NETLIB.TCPIP: 1274case SqlConnectionString.NETLIB.VIA: