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