5 references to Tuple
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\HttpUtilities.cs (2)
35_knownMethods[GetKnownMethodIndex(knownMethodUlong)] = new Tuple<ulong, ulong, HttpMethod, int>(mask, knownMethodUlong, knownMethod, length); 42var invalidHttpMethod = new Tuple<ulong, ulong, HttpMethod, int>(_mask8Chars, 0ul, HttpMethod.Custom, 0);
Microsoft.Maui.Controls (1)
MessagingCenter.cs (1)
69 : base(new WeakReference(subscriber), new MaybeWeakReference(subscriber, delegateSource), methodInfo, filter)
System.Data.Common (1)
System\Data\Common\DataStorage.cs (1)
515return new Tuple<bool, bool, bool, bool>(
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
41return new Tuple<T1, T2, T3, T4>(item1, item2, item3, item4);