4 references to Size
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
3586if (index >= cipherTable.Value.Size) { 3587Bid.Trace("<sc.TdsParser.TryProcessTceCryptoMetadata|TCE> Incorrect ordinal received %d, max tab size: %d\n", index, cipherTable.Value.Size); 9169for (int i =0; i < cekTable.Size; i++) { 9208ushort count = (ushort)cekTable.Size;