Base:
method
GetHashCode
System.ValueType.GetHashCode()
257 references to GetHashCode
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (7)
3430if (SortOrder != 0) hash ^= SortOrder.GetHashCode(); 4746if (HasSortOrder) hash ^= SortOrder.GetHashCode(); 7527if (LineNumber != 0) hash ^= LineNumber.GetHashCode(); 8354if (InteractionId != 0) hash ^= InteractionId.GetHashCode(); 8971if (InteractionId != 0) hash ^= InteractionId.GetHashCode(); 10918if (MaxLength != 0) hash ^= MaxLength.GetHashCode(); 11531if (InteractionId != 0) hash ^= InteractionId.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4453if (Scale != 0) hash ^= Scale.GetHashCode(); 4979if (Offset != 0) hash ^= Offset.GetHashCode();
Aspire.Hosting (7)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs (7)
3430if (SortOrder != 0) hash ^= SortOrder.GetHashCode(); 4746if (HasSortOrder) hash ^= SortOrder.GetHashCode(); 7527if (LineNumber != 0) hash ^= LineNumber.GetHashCode(); 8354if (InteractionId != 0) hash ^= InteractionId.GetHashCode(); 8971if (InteractionId != 0) hash ^= InteractionId.GetHashCode(); 10918if (MaxLength != 0) hash ^= MaxLength.GetHashCode(); 11531if (InteractionId != 0) hash ^= InteractionId.GetHashCode();
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (3)
851if (ProductId != 0) hash ^= ProductId.GetHashCode(); 854if (Quantity != 0) hash ^= Quantity.GetHashCode(); 1902if (Nanos != 0) hash ^= Nanos.GetHashCode();
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\ParameterIndex.cs (1)
49public override int GetHashCode() => Index.GetHashCode();
ILCompiler.MetadataTransform (9)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (8)
55hash = ((hash << 13) - (hash >> 19)) ^ Rank.GetHashCode(); 58hash = ((hash << 13) - (hash >> 19)) ^ Sizes[i].GetHashCode(); 62hash = ((hash << 13) - (hash >> 19)) ^ LowerBounds[i].GetHashCode(); 1054hash = ((hash << 13) - (hash >> 19)) ^ Value[i].GetHashCode(); 1118hash = ((hash << 13) - (hash >> 19)) ^ Value.GetHashCode(); 3056hash = ((hash << 13) - (hash >> 19)) ^ GenericParameterCount.GetHashCode(); 3151hash = ((hash << 13) - (hash >> 19)) ^ Number.GetHashCode(); 4805hash = ((hash << 13) - (hash >> 19)) ^ Number.GetHashCode();
src\runtime\src\coreclr\tools\Common\Internal\NativeFormat\NativeFormatWriter.cs (1)
950hash += (hash << 5) + _token.GetHashCode();
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Internal\NativeFormat\NativeFormatWriter.cs (1)
950hash += (hash << 5) + _token.GetHashCode();
src\runtime\src\tools\illink\src\ILLink.Shared\ParameterIndex.cs (1)
49public override int GetHashCode() => Index.GetHashCode();
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\LayoutInt.cs (1)
120return _value.GetHashCode();
illink (4)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\ParameterIndex.cs (1)
49public override int GetHashCode() => Index.GetHashCode();
Microsoft.AspNetCore.Server.HttpSys (2)
_generated\10\Windows.Win32.HRESULT.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
_generated\2\Windows.Win32.BOOL.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Microsoft.AspNetCore.Server.IIS (2)
_generated\1\Windows.Win32.BOOL.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
_generated\8\Windows.Win32.HRESULT.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
Microsoft.Build (4)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (2)
121hashCode = hashCode * 31 + Location.Line.GetHashCode(); 122hashCode = hashCode * 31 + Location.Column.GetHashCode();
ElementLocation\ElementLocation.cs (2)
94return Line.GetHashCode() ^ Column.GetHashCode();
Microsoft.Build.Framework (2)
Profiler\ProfilerResult.cs (1)
86hashCode = (hashCode * -1521134295) + NumberOfHits.GetHashCode();
Telemetry\TaskExecutionStats.cs (1)
94hashCode = (hashCode * 397) ^ ExecutionsCount.GetHashCode();
Microsoft.CodeAnalysis (13)
CommandLine\SarifDiagnosticComparer.cs (1)
67Hash.Combine(((int)obj.DefaultSeverity).GetHashCode(),
Compilation\SubsystemVersion.cs (2)
195return Hash.Combine(this.Minor.GetHashCode(), this.Major.GetHashCode());
ConstantValue.cs (1)
901return ((int)this.Discriminator).GetHashCode();
ConstantValueSpecialized.cs (2)
820return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 907return Hash.Combine(base.GetHashCode(), _value.GetHashCode());
Diagnostic\DiagnosticDescriptor.cs (1)
222Hash.Combine(((int)this.DefaultSeverity).GetHashCode(),
MetadataReference\MetadataReferenceProperties.cs (1)
174return Hash.Combine(Hash.CombineValues(Aliases), Hash.Combine(_embedInteropTypes, Hash.Combine(HasRecursiveAliases, ((int)_kind).GetHashCode())));
Operations\CaptureId.cs (1)
32public override int GetHashCode() => Value.GetHashCode();
PEWriter\Units.cs (1)
65return Hash.Combine(RuntimeHelpers.GetHashCode(Definition), StartLine.GetHashCode());
Symbols\Attributes\AttributeUsageInfo.cs (1)
133return ((int)_flags).GetHashCode();
Symbols\NullabilityInfo.cs (2)
40Hash.Combine(((int)Annotation).GetHashCode(), ((int)FlowState).GetHashCode());
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Microsoft.CodeAnalysis.AnalyzerUtilities (33)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\CopyAnalysis\CopyAbstractValue.cs (3)
81hashCode.Add(((int)Kind).GetHashCode()); 88&& ((int)Kind).GetHashCode() == ((int)other.Kind).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\DisposeAnalysis\DisposeAbstractValue.cs (3)
77hashCode.Add(((int)Kind).GetHashCode()); 84&& ((int)Kind).GetHashCode() == ((int)other.Kind).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\GlobalFlowStateAnalysis\GlobalFlowStateAnalysisValueSet.cs (6)
172hashCode.Add(Height.GetHashCode()); 173hashCode.Add(((int)Kind).GetHashCode()); 181&& Height.GetHashCode() == other.Height.GetHashCode() 182&& ((int)Kind).GetHashCode() == ((int)other.Kind).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAbstractValue.cs (6)
190hashCode.Add(((int)Kind).GetHashCode()); 191hashCode.Add(((int)NullState).GetHashCode()); 199&& ((int)Kind).GetHashCode() == ((int)other.Kind).GetHashCode() 200&& ((int)NullState).GetHashCode() == ((int)other.NullState).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysisContext.cs (3)
86hashCode.Add(((int)PointsToAnalysisKind).GetHashCode()); 92return ((int)PointsToAnalysisKind).GetHashCode() == ((int)other.PointsToAnalysisKind).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataAbstractValue.cs (3)
41hashCode.Add(((int)Kind).GetHashCode()); 48&& ((int)Kind).GetHashCode() == ((int)other.Kind).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAbstractValue.cs (3)
153hashCode.Add(((int)NonLiteralState).GetHashCode()); 160&& ((int)NonLiteralState).GetHashCode() == ((int)other.NonLiteralState).GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractIndex.ConstantValueIndex.cs (3)
22hashCode.Add(Index.GetHashCode()); 29return Index.GetHashCode() == other.Index.GetHashCode();
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\InterproceduralAnalysisConfiguration.cs (1)
139((int)InterproceduralAnalysisKind).GetHashCode(),
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\ThrownExceptionInfo.cs (1)
112hashCode.Add(BasicBlockOrdinal.GetHashCode());
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Microsoft.CodeAnalysis.CSharp (10)
BoundTree\BoundDagTest.cs (1)
48return Hash.Combine(((int)Kind).GetHashCode(), Input.GetHashCode());
CSharpCompilationOptions.cs (1)
792Hash.Combine(((uint)TopLevelBinderFlags).GetHashCode(), ((int)this.NullableContextOptions).GetHashCode())))));
Declarations\SingleTypeDeclaration.cs (1)
289Hash.Combine(thisDecl.Arity.GetHashCode(),
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (2)
761=> Hash.Combine(ReturnType, Hash.Combine(((int)CallingConvention).GetHashCode(), ((int)FunctionPointerTypeSymbol.GetRefKindForHashCode(RefKind)).GetHashCode()));
Symbols\FunctionPointers\FunctionPointerParameterSymbol.cs (1)
71=> Hash.Combine(TypeWithAnnotations.GetHashCode(), ((int)FunctionPointerTypeSymbol.GetRefKindForHashCode(RefKind)).GetHashCode());
Symbols\SignatureOnlyParameterSymbol.cs (1)
140((int)_refKind).GetHashCode())));
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
506return Hash.Combine(ContainingSymbol, Ordinal.GetHashCode());
Symbols\Tuples\TupleErrorFieldSymbol.cs (1)
175return Hash.Combine(ContainingType.GetHashCode(), _tupleElementIndex.GetHashCode());
Symbols\Tuples\TupleFieldSymbol.cs (1)
157return Hash.Combine(_containingTuple.GetHashCode(), _tupleElementIndex.GetHashCode());
Microsoft.CodeAnalysis.Extensions.Package (1)
Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Microsoft.CodeAnalysis.NetAnalyzers (13)
src\8ce1f4f68b646e6d\GlobalFlowStateAnalysisValueSet.cs (3)
170hashCode.Add(Height.GetHashCode()); 179&& Height.GetHashCode() == other.Height.GetHashCode()
src\9382845807600969\AbstractIndex.ConstantValueIndex.cs (3)
21hashCode.Add(Index.GetHashCode()); 28return Index.GetHashCode() == other.Index.GetHashCode();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAbstractValue.cs (6)
189hashCode.Add(((int)Kind).GetHashCode()); 190hashCode.Add(((int)NullState).GetHashCode()); 198&& ((int)Kind).GetHashCode() == ((int)other.Kind).GetHashCode() 199&& ((int)NullState).GetHashCode() == ((int)other.NullState).GetHashCode();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\ThrownExceptionInfo.cs (1)
110hashCode.Add(BasicBlockOrdinal.GetHashCode());
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\DataFlowPass.VariableIdentifier.vb (1)
40Return Hash.Combine(Me.Symbol.GetHashCode, Me.ContainingSlot.GetHashCode)
Declarations\SingleTypeDeclaration.vb (1)
126Return Hash.Combine(IdentifierComparison.GetHashCode(decl1.Name), Hash.Combine(decl1.Arity.GetHashCode(), CType(decl1.Kind, Integer)))
Locations\EmbeddedTreeLocation.vb (1)
65Return Hash.Combine(CInt(_embeddedKind).GetHashCode(), _span.GetHashCode())
Symbols\ReducedExtensionMethodSymbol.vb (1)
819Return Hash.Combine(_ordinal.GetHashCode(), Me.ContainingSymbol.GetHashCode())
Symbols\SubstitutedTypeParameterSymbol.vb (1)
178Return Hash.Combine(Me.Ordinal.GetHashCode(), _containingSymbol.GetHashCode())
Symbols\SynthesizedSymbols\SynthesizedIntrinsicOperatorSymbol.vb (1)
210Return Hash.Combine(ContainingSymbol, Ordinal.GetHashCode())
Symbols\Tuples\TupleErrorFieldSymbol.vb (1)
129Return Hash.Combine(Me.ContainingType.GetHashCode(), Me._tupleElementIndex.GetHashCode())
Symbols\Tuples\TupleFieldSymbol.vb (1)
107Return Hash.Combine(_containingTuple.GetHashCode(), _tupleElementIndex.GetHashCode())
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcTransport.cs (1)
581return _pid.GetHashCode();
Microsoft.Extensions.AsyncState (1)
AsyncStateToken.cs (1)
46return Index.GetHashCode();
Microsoft.Extensions.AsyncState.Tests (1)
AsyncStateTokenTests.cs (1)
43Assert.Equal(ind.GetHashCode(), t1.GetHashCode());
Microsoft.Extensions.Logging.Generators (2)
LoggerMessageGenerator.Parser.cs (2)
1102hash = HashHelpers.Combine(hash, Level?.GetHashCode() ?? 0); 1103hash = HashHelpers.Combine(hash, EventId.GetHashCode());
Microsoft.Extensions.Primitives (2)
StringValues.cs (2)
742return this[0]?.GetHashCode() ?? Count.GetHashCode(); 753return Unsafe.As<string>(value)?.GetHashCode() ?? Count.GetHashCode();
Microsoft.Maui.Controls (2)
LayoutOptions.cs (1)
81 public override int GetHashCode() => _flags.GetHashCode();
Shapes\Matrix.cs (1)
683 _offsetX.GetHashCode() ^ _offsetY.GetHashCode() ^ _type.GetHashCode() ^ _padding.GetHashCode();
Microsoft.Maui.Graphics (1)
FontSource.cs (1)
29 ^ Weight.GetHashCode() ^ FontStyleType.GetHashCode();
Microsoft.ML.AutoML (1)
AutoMLExperiment\TrialResult.cs (1)
47return obj?.TrialSettings?.TrialId.GetHashCode() ?? 0;
Microsoft.ML.Core.Tests (2)
UnitTests\TestCustomTypeRegister.cs (2)
72public override int GetHashCode() => RaceId.GetHashCode(); 132return RaceId.GetHashCode();
Microsoft.ML.DataView (1)
VectorType.cs (1)
151hash = Hashing.CombineHash(hash, Dimensions[i].GetHashCode());
Microsoft.ML.FastTree (1)
Dataset\IntArray.cs (1)
275hash ^= i.GetHashCode();
Microsoft.ML.ImageAnalytics (4)
ImageType.cs (4)
61return Hashing.CombineHash(Height.GetHashCode(), Width.GetHashCode()); 103return Hashing.CombineHash(Height.GetHashCode(), Width.GetHashCode());
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (4)
3088if (DataType != 0) hash ^= DataType.GetHashCode(); 4842if (ElemType != 0) hash ^= ElemType.GetHashCode(); 5224if (KeyType != 0) hash ^= KeyType.GetHashCode(); 5428if (ElemType != 0) hash ^= ElemType.GetHashCode();
Microsoft.ML.OnnxTransformer (4)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (4)
3088if (DataType != 0) hash ^= DataType.GetHashCode(); 4842if (ElemType != 0) hash ^= ElemType.GetHashCode(); 5224if (KeyType != 0) hash ^= KeyType.GetHashCode(); 5428if (ElemType != 0) hash ^= ElemType.GetHashCode();
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
114public override int GetHashCode() => RaceId.GetHashCode(); 181return RaceId.GetHashCode();
Microsoft.ML.Tokenizers (5)
Model\CodeGenTokenizer.cs (2)
1830hashCode = (hashCode * 37) + Score.GetHashCode(); 1831hashCode = (hashCode * 37) + Left.GetHashCode();
Model\Merge.cs (2)
38hashcode = (hashcode * 37) + Rank.GetHashCode(); 39hashcode = (hashcode * 37) + Pos.GetHashCode();
Model\SentencePieceBpeModel.cs (1)
1251hashCode = (hashCode * 37) + Left.GetHashCode();
Microsoft.Private.Windows.Core (5)
_generated\119\Windows.Win32.HRESULT.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
_generated\179\Windows.Win32.NTSTATUS.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
_generated\9\Windows.Win32.BOOL.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
System\Private\Windows\Count.cs (1)
34public override readonly int GetHashCode() => _count.GetHashCode();
System\Private\Windows\Id.cs (1)
38public override readonly int GetHashCode() => _id.GetHashCode();
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\WorkItems.cs (1)
60return _id.GetHashCode();
Mono.Cecil (3)
Mono.Cecil\TypeReferenceEqualityComparer.cs (3)
194 return GetHashCodeFor (arrayType.ElementType) * hashCodeMultiplier + arrayType.Rank.GetHashCode (); 199 var hashCode = genericParameter.Position.GetHashCode () * hashCodeMultiplier + ((int)metadataType).GetHashCode ();
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (3)
851if (ProductId != 0) hash ^= ProductId.GetHashCode(); 854if (Quantity != 0) hash ^= Quantity.GetHashCode(); 1902if (Nanos != 0) hash ^= Nanos.GetHashCode();
PresentationCore (3)
MS\Internal\DpiScale2.cs (1)
191return ((int)(this.PixelsPerInchX)).GetHashCode();
System\Windows\Media\textformatting\CharacterHit.cs (2)
118return _firstCharacterIndex.GetHashCode() ^ _trailingLength.GetHashCode();
PresentationFramework (14)
MS\Internal\PtsHost\Pts.cs (8)
899return u.GetHashCode() ^ v.GetHashCode() ^ du.GetHashCode() ^ dv.GetHashCode(); 946return u.GetHashCode() ^ v.GetHashCode(); 977return du.GetHashCode() ^ dv.GetHashCode();
System\Windows\Controls\Primitives\IItemContainerGenerator.cs (2)
144return _index.GetHashCode() + _offset.GetHashCode();
System\Windows\Documents\FlowNode.cs (2)
78return _scopeId.GetHashCode()^_fp.GetHashCode();
System\Windows\Documents\FlowPosition.cs (1)
83return _flowNode.GetHashCode()^_offset.GetHashCode();
System\Windows\Standard\ErrorCodes.cs (1)
122return _value.GetHashCode();
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (1)
57=> _symbolEquivalenceComparer._ignoreNullableAnnotations ? 0 : ((int)type.NullableAnnotation).GetHashCode();
Stress.ApiService (2)
artifacts\obj\Stress.ApiService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4357if (Scale != 0) hash ^= Scale.GetHashCode(); 4883if (Offset != 0) hash ^= Offset.GetHashCode();
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4357if (Scale != 0) hash ^= Scale.GetHashCode(); 4883if (Offset != 0) hash ^= Offset.GetHashCode();
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DataObjectMethodAttribute.cs (1)
35public override int GetHashCode() => ((int)MethodType).GetHashCode() ^ IsDefault.GetHashCode();
System.Composition.TypedParts (1)
System\Composition\TypedParts\Discovery\DiscoveredPart.cs (1)
270return HashHelpers.Combine(obj.Position.GetHashCode(), obj.Member.GetHashCode());
System.Data.Common (1)
System\Data\SQLTypes\SQLInt32.cs (1)
502public override int GetHashCode() => IsNull ? 0 : Value.GetHashCode();
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
63public override int GetHashCode() => Parameter is null ? 0 : Parameter.GetHashCode() ^ Index.GetHashCode();
System.Net.Primitives (1)
System\Net\CredentialCache.cs (1)
368Port.GetHashCode();
System.Net.Quic (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (1)
408public override int GetHashCode() => Code.GetHashCode();
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (1)
408public override int GetHashCode() => Code.GetHashCode();
System.Net.Sockets (1)
System\Net\Sockets\IPPacketInformation.cs (1)
40unchecked(_networkInterface.GetHashCode() * (int)0xA5555529) + (_address?.GetHashCode() ?? 0);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1264CorElementType.ELEMENT_TYPE_I4 => Unsafe.As<byte, int>(ref data).GetHashCode(),
System.Private.TypeLoader (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\LayoutInt.cs (1)
120return _value.GetHashCode();
System.Private.Windows.Core (5)
_generated\120\Windows.Win32.HRESULT.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
_generated\181\Windows.Win32.NTSTATUS.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
_generated\9\Windows.Win32.BOOL.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
System\Private\Windows\Count.cs (1)
34public override readonly int GetHashCode() => _count.GetHashCode();
System\Private\Windows\Id.cs (1)
38public override readonly int GetHashCode() => _id.GetHashCode();
System.Private.Xml (2)
System\Xml\Xsl\Pair.cs (2)
26public override int GetHashCode() => Left.GetHashCode() ^ Right.GetHashCode();
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualParameter.cs (1)
55Position.GetHashCode() ^
System.Reflection.Metadata (33)
System\Reflection\Metadata\Ecma335\Encoding\LabelHandle.cs (1)
26public override int GetHashCode() => Id.GetHashCode();
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (7)
84return _rowId.GetHashCode(); 167return _rowId.GetHashCode(); 262return _rowId.GetHashCode(); 345return _rowId.GetHashCode(); 428return _rowId.GetHashCode(); 511return _rowId.GetHashCode(); 594return _rowId.GetHashCode();
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (25)
85return _rowId.GetHashCode(); 168return _rowId.GetHashCode(); 251return _rowId.GetHashCode(); 334return _rowId.GetHashCode(); 429return _rowId.GetHashCode(); 512return _rowId.GetHashCode(); 595return _rowId.GetHashCode(); 678return _rowId.GetHashCode(); 761return _rowId.GetHashCode(); 844return _rowId.GetHashCode(); 927return _rowId.GetHashCode(); 1010return _rowId.GetHashCode(); 1093return _rowId.GetHashCode(); 1176return _rowId.GetHashCode(); 1259return _rowId.GetHashCode(); 1342return _rowId.GetHashCode(); 1425return _rowId.GetHashCode(); 1508return _rowId.GetHashCode(); 1591return _rowId.GetHashCode(); 1792return _rowId.GetHashCode(); 1875return _rowId.GetHashCode(); 1958return _rowId.GetHashCode(); 2041return _rowId.GetHashCode(); 2124return _rowId.GetHashCode(); 2201return _offset.GetHashCode();
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
56public sealed override int GetHashCode() => MetadataToken.GetHashCode() ^ DeclaringType.GetHashCode();
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
80public sealed override int GetHashCode() => DeclaringType.GetHashCode() ^ _uniquifier.GetHashCode();
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
94public sealed override int GetHashCode() => MetadataToken.GetHashCode() ^ DeclaringType.GetHashCode();
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
82public sealed override int GetHashCode() => DeclaringType.GetHashCode() ^ _uniquifier.GetHashCode();
System\Reflection\TypeLoading\Parameters\RoParameter.cs (1)
58public sealed override int GetHashCode() => _member.GetHashCode() ^ _position.GetHashCode();
System\Reflection\TypeLoading\Types\RoArrayType.Key.cs (1)
37public override int GetHashCode() => ElementType.GetHashCode() ^ Rank.GetHashCode();
System.Speech (1)
AudioFormat\SpeechAudioFormatInfo.cs (1)
134return _averageBytesPerSecond.GetHashCode();
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\Manipulator2D.cs (1)
71return (id.GetHashCode() ^ x.GetHashCode() ^ y.GetHashCode());