16 references to ValueTuple
aspire (1)
Commands\TelemetryTracesCommand.cs (1)
278if (traceInfos.TryGetValue(traceIdValue, out var info))
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
189var (scheme, host, port, targetPort, isHttpIngress, external, tlsEnabled) = mapping;
Microsoft.Extensions.Telemetry.Tests (1)
Http\HttpParserTests.cs (1)
671var (content, isParam, paramName, defaultValue, start, end, isCatchAll) = values;
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
429 || genericTypeDefinition == typeof(ValueTuple<,,,,,,>)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1229[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))]
netstandard (1)
netstandard.cs (1)
2240[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))]
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (8)
1534: IEquatable<ValueTuple<T1, T2, T3, T4, T5, T6, T7>>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable<ValueTuple<T1, T2, T3, T4, T5, T6, T7>>, IValueTupleInternal, ITuple 1601return obj is ValueTuple<T1, T2, T3, T4, T5, T6, T7> tuple && Equals(tuple); 1614public bool Equals(ValueTuple<T1, T2, T3, T4, T5, T6, T7> other) 1626other is ValueTuple<T1, T2, T3, T4, T5, T6, T7> vt && 1639if (other is ValueTuple<T1, T2, T3, T4, T5, T6, T7> objTuple) 1658public int CompareTo(ValueTuple<T1, T2, T3, T4, T5, T6, T7> other) 1685if (other is ValueTuple<T1, T2, T3, T4, T5, T6, T7> objTuple)
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
906[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))]
System.ValueTuple (1)
System.ValueTuple.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))]