1 instantiation of Tuple
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
46return new Tuple<T1, T2, T3, T4, T5>(item1, item2, item3, item4, item5);
15 references to Tuple
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1203[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,>))]
netstandard (1)
netstandard.cs (1)
2204[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,>))]
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Tuple.cs (3)
44public static Tuple<T1, T2, T3, T4, T5> Create<T1, T2, T3, T4, T5>(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) 655if (other is not Tuple<T1, T2, T3, T4, T5> objTuple) 677if (other is not Tuple<T1, T2, T3, T4, T5> objTuple)
src\runtime\src\libraries\System.Private.CoreLib\src\System\TupleExtensions.cs (9)
72this Tuple<T1, T2, T3, T4, T5> value, 198this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12>> value, 373this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19>>> value, 505this Tuple<T1, T2, T3, T4, T5> value) 579this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12>> value) 660this Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19>>> value) 736public static Tuple<T1, T2, T3, T4, T5> 810public static Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12>> 891public static Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19>>>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
869[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,>))]