5 references to ValueTuple
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
423
if ((genericTypeDefinition == typeof(
ValueTuple
<>)
mscorlib (1)
parent\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.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
908
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<>))]
System.ValueTuple (1)
System.ValueTuple.cs (1)
5
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<>))]