1 instantiation of Tuple
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
56return new Tuple<T1, T2, T3, T4, T5, T6, T7>(item1, item2, item3, item4, item5, item6, item7);
15 references to Tuple
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1205[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,>))]
netstandard (1)
netstandard.cs (1)
2206[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,>))]
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (3)
54public 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) 975if (other is not Tuple<T1, T2, T3, T4, T5, T6, T7> objTuple) 997if (other is not Tuple<T1, T2, T3, T4, T5, T6, T7> objTuple)
src\libraries\System.Private.CoreLib\src\System\TupleExtensions.cs (9)
103this Tuple<T1, T2, T3, T4, T5, T6, T7> value, 243this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14>> value, 432this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20, T21>>> value, 525this Tuple<T1, T2, T3, T4, T5, T6, T7> value) 601this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14>> value) 684this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20, T21>>> value) 756public static Tuple<T1, T2, T3, T4, T5, T6, T7> 832public static Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14>> 915public static Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20, T21>>>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
855[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,>))]