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