Base:
method
GetHashCode
System.ValueType.GetHashCode()
12 references to GetHashCode
ILAssembler (1)
EntityRegistry.cs (1)
67return (obj.Item1.GetHashCode(), obj.Item2.Count).GetHashCode();
illink (1)
Microsoft.AspNetCore.Components.Forms (1)
FieldIdentifier.cs (1)
86.GetHashCode();
Microsoft.CodeAnalysis (1)
SourceGeneration\GlobalAliases.cs (1)
68hashCode = Hash.Combine(tuple.GetHashCode(), hashCode);
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
14328return obj.GetHashCode();
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerComparer.cs (1)
27public int GetHashCode(DiagnosticAnalyzer obj) => GetAnalyzerIdAndLastWriteTime(obj).GetHashCode();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\InternalSyntax\SyntaxTokenCache.cs (1)
23var hash = (kind, content).GetHashCode();
Microsoft.DotNet.Build.Manifest (2)
ArtifactModel.cs (1)
135hash *= (item.Key, item.Value).GetHashCode();
PdbArtifactModel.cs (1)
23hash *= (item.Key, item.Value).GetHashCode();
Microsoft.Maui.Controls (2)
VisualStateManager.cs (2)
591 var hash = (Name, TargetType).GetHashCode(); 680 var hash = (Name, TargetType).GetHashCode();
System.Text.RegularExpressions.Generator (1)
RegexGenerator.cs (1)
421hash = (hash, obj[i]).GetHashCode();