1 instantiation of Tuple
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
51return 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)
49public 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) 810if (other is not Tuple<T1, T2, T3, T4, T5, T6> objTuple) 832if (other is not Tuple<T1, T2, T3, T4, T5, T6> objTuple)
src\libraries\System.Private.CoreLib\src\System\TupleExtensions.cs (9)
87this Tuple<T1, T2, T3, T4, T5, T6> value, 220this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13>> value, 402this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20>>> value, 515this Tuple<T1, T2, T3, T4, T5, T6> value) 590this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13>> value) 672this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20>>> value) 746public static Tuple<T1, T2, T3, T4, T5, T6> 821public static Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13>> 903public 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<,,,,,>))]