1 instantiation of Tuple
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
46return new Tuple<T1, T2, T3, T4, T5>(item1, item2, item3, item4, item5);
18 references to Tuple
Microsoft.AspNetCore.Mvc.Razor.Test (3)
RazorPageTest.cs (3)
1033foreach (var value in attributeValues) 1079foreach (var value in attributeValues) 1247foreach (var value in attributeValues)
mscorlib (1)
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\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\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)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
853[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,>))]