13 references to ValueTuple
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
423 if ((genericTypeDefinition == typeof(ValueTuple<>)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1223[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<>))]
netstandard (1)
netstandard.cs (1)
2234[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<>))]
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (8)
264: IEquatable<ValueTuple<T1>>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable<ValueTuple<T1>>, IValueTupleInternal, ITuple 295return obj is ValueTuple<T1> tuple && Equals(tuple); 308public bool Equals(ValueTuple<T1> other) 314other is ValueTuple<T1> vt && 321if (other is ValueTuple<T1> objTuple) 340public int CompareTo(ValueTuple<T1> other) 349if (other is ValueTuple<T1> objTuple)
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
900[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<>))]
System.ValueTuple (1)
System.ValueTuple.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<>))]