3 writes to Item1
System.Numerics.Tensors (2)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (1)
653Item1 = item1;
39 references to Item1
ILAssembler (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.ML.Core (2)
Microsoft.ML.GenAI.Phi (1)
Microsoft.ML.Vision (1)
NuGet.CommandLine.XPlat (1)
System.Linq.Expressions (2)
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (13)
688return EqualityComparer<T1>.Default.Equals(Item1, other.Item1)
695comparer.Equals(Item1, vt.Item1) &&
724int c = Comparer<T1>.Default.Compare(Item1, other.Item1);
739int c = comparer.Compare(Item1, objTuple.Item1);
760return HashCode.Combine(Item1?.GetHashCode() ?? 0,
772return HashCode.Combine(comparer.GetHashCode(Item1!),
792return "(" + Item1?.ToString() + ", " + Item2?.ToString() + ", " + Item3?.ToString() + ")";
797return Item1?.ToString() + ", " + Item2?.ToString() + ", " + Item3?.ToString() + ")";
8110 => Item1,
System.Private.Windows.Core.TestUtilities (2)
System.Private.Xml (6)
System.Security.Cryptography (1)
System.Security.Cryptography.Pkcs (1)
System.Text.RegularExpressions (1)