1 write to Item1
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (1)
447Item1 = item1;
211 references to Item1
dotnet (5)
ILAssembler (3)
ILCompiler.Compiler (3)
ILCompiler.ReadyToRun (1)
illink (4)
Microsoft.AspNetCore.Identity (16)
Microsoft.Build (22)
Microsoft.CodeAnalysis (10)
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler (1)
Microsoft.CodeAnalysis.Features (11)
Microsoft.CodeAnalysis.Razor.Compiler (5)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
Microsoft.Extensions.Options.SourceGeneration (1)
Microsoft.Gen.ContextualOptions (1)
Microsoft.Gen.Logging (1)
Microsoft.Interop.ComInterfaceGenerator (10)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator (2)
Microsoft.Interop.SourceGeneration (1)
Microsoft.Maui.Controls (2)
Microsoft.ML.AutoML (2)
Microsoft.ML.AutoML.SourceGenerator (1)
Microsoft.ML.CodeGenerator (4)
Microsoft.ML.Core (1)
Microsoft.ML.GenAI.Core (1)
Microsoft.ML.SearchSpace.Tests (2)
Microsoft.ML.TensorFlow (2)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.ML.Vision (5)
Microsoft.NET.Build.Containers (1)
Microsoft.NET.Build.Tasks (4)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
NuGet.PackageManagement (2)
NuGet.Protocol (1)
Roslyn.Diagnostics.CSharp.Analyzers (6)
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (15)
481return EqualityComparer<T1>.Default.Equals(Item1, other.Item1)
499/// first passes the <see cref="Item1"/> values of the <see cref="ValueTuple{T1, T2}"/> objects to be compared to the
505comparer.Equals(Item1, vt.Item1) &&
533int c = Comparer<T1>.Default.Compare(Item1, other.Item1);
545int c = comparer.Compare(Item1, objTuple.Item1);
563return HashCode.Combine(Item1?.GetHashCode() ?? 0,
574return HashCode.Combine(comparer.GetHashCode(Item1!),
589/// where <c>Item1</c> and <c>Item2</c> represent the values of the <see cref="Item1"/>
595return "(" + Item1?.ToString() + ", " + Item2?.ToString() + ")";
600return Item1?.ToString() + ", " + Item2?.ToString() + ")";
6140 => Item1,
System.Private.Windows.Core.TestUtilities (2)
System.Private.Xml (17)
System.Text.Json.SourceGeneration (1)
System.Text.RegularExpressions (16)
tlens (8)