1 instantiation of Tuple
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
51
return new
Tuple
<T1, T2, T3, T4, T5, T6>(item1, item2, item3, item4, item5, item6);
15 references to Tuple
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1204
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Tuple
<,,,,,>))]
netstandard (1)
netstandard.cs (1)
2205
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Tuple
<,,,,,>))]
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (3)
49
public 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)
810
if (other is not
Tuple
<T1, T2, T3, T4, T5, T6> objTuple)
832
if (other is not
Tuple
<T1, T2, T3, T4, T5, T6> objTuple)
src\libraries\System.Private.CoreLib\src\System\TupleExtensions.cs (9)
87
this
Tuple
<T1, T2, T3, T4, T5, T6> value,
220
this Tuple<T1, T2, T3, T4, T5, T6, T7,
Tuple
<T8, T9, T10, T11, T12, T13>> value,
402
this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14,
Tuple
<T15, T16, T17, T18, T19, T20>>> value,
515
this
Tuple
<T1, T2, T3, T4, T5, T6> value)
590
this Tuple<T1, T2, T3, T4, T5, T6, T7,
Tuple
<T8, T9, T10, T11, T12, T13>> value)
672
this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14,
Tuple
<T15, T16, T17, T18, T19, T20>>> value)
746
public static
Tuple
<T1, T2, T3, T4, T5, T6>
821
public static Tuple<T1, T2, T3, T4, T5, T6, T7,
Tuple
<T8, T9, T10, T11, T12, T13>>
903
public static Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14,
Tuple
<T15, T16, T17, T18, T19, T20>>>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
854
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Tuple
<,,,,,>))]