1 instantiation of Tuple
mscorlib (1)
system\tuple.cs (1)
40return new Tuple<T1, T2, T3, T4, T5, T6>(item1, item2, item3, item4, item5, item6);
7 references to Tuple
mscorlib (5)
system\tuple.cs (5)
39public static Tuple<T1, T2, T3, T4, T5, T6> Create<T1, T2, T3, T4, T5, T6>(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) { 676Tuple<T1, T2, T3, T4, T5, T6> objTuple = other as Tuple<T1, T2, T3, T4, T5, T6>; 692Tuple<T1, T2, T3, T4, T5, T6> objTuple = other as Tuple<T1, T2, T3, T4, T5, T6>;
System.Data.Services (1)
parent\Client\System\Data\Services\Client\Common.cs (1)
40typeof(System.Tuple<,,,,,>), // 6-Tuple
System.Data.Services.Client (1)
System\Data\Services\Client\Common.cs (1)
40typeof(System.Tuple<,,,,,>), // 6-Tuple