Base:
method
GetHashCode
System.ValueType.GetHashCode()
112 references to GetHashCode
Aspire.Dashboard (14)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (8)
915if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 917if (State != global::Aspire.DashboardService.Proto.V1.ResourceCommandState.Enabled) hash ^= State.GetHashCode(); 1667if (Kind != global::Aspire.DashboardService.Proto.V1.ResourceCommandResponseKind.Undefined) hash ^= Kind.GetHashCode(); 3505if (HasStatus) hash ^= Status.GetHashCode(); 4793if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 8952if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9235if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9891if (InputType != global::Aspire.DashboardService.Proto.V1.InputType.Unspecified) hash ^= InputType.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (1)
1232if (SeverityNumber != global::OpenTelemetry.Proto.Logs.V1.SeverityNumber.Unspecified) hash ^= SeverityNumber.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
2062if (AggregationTemporality != global::OpenTelemetry.Proto.Metrics.V1.AggregationTemporality.Unspecified) hash ^= AggregationTemporality.GetHashCode(); 2321if (AggregationTemporality != global::OpenTelemetry.Proto.Metrics.V1.AggregationTemporality.Unspecified) hash ^= AggregationTemporality.GetHashCode(); 2557if (AggregationTemporality != global::OpenTelemetry.Proto.Metrics.V1.AggregationTemporality.Unspecified) hash ^= AggregationTemporality.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1326if (Kind != global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.Unspecified) hash ^= Kind.GetHashCode(); 2650if (Code != global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) hash ^= Code.GetHashCode();
Aspire.Hosting (8)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs (8)
915if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 917if (State != global::Aspire.DashboardService.Proto.V1.ResourceCommandState.Enabled) hash ^= State.GetHashCode(); 1667if (Kind != global::Aspire.DashboardService.Proto.V1.ResourceCommandResponseKind.Undefined) hash ^= Kind.GetHashCode(); 3505if (HasStatus) hash ^= Status.GetHashCode(); 4793if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 8952if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9235if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9891if (InputType != global::Aspire.DashboardService.Proto.V1.InputType.Unspecified) hash ^= InputType.GetHashCode();
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
157int hashcode = this.TransportUsage.GetHashCode()
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_Wasm\WasmTypes.cs (2)
89int code = _types[0].GetHashCode(); 92code = HashCode.Combine(code, _types[i].GetHashCode());
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
102ConditionKind.GetHashCode());
ILCompiler.MetadataTransform (15)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (15)
2291hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 2385hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 2642hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 2643hash = ((hash << 13) - (hash >> 19)) ^ Kind.GetHashCode(); 2818hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 2819hash = ((hash << 13) - (hash >> 19)) ^ ImplFlags.GetHashCode(); 2982hash = ((hash << 13) - (hash >> 19)) ^ Attributes.GetHashCode(); 3055hash = ((hash << 13) - (hash >> 19)) ^ CallingConvention.GetHashCode(); 3302hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 3572hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 3759hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 3881hash = ((hash << 13) - (hash >> 19)) ^ CallingConvention.GetHashCode(); 4188hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode(); 4190hash = ((hash << 13) - (hash >> 19)) ^ HashAlgorithm.GetHashCode(); 4306hash = ((hash << 13) - (hash >> 19)) ^ Flags.GetHashCode();
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
690return FixupKind.GetHashCode() ^ TypeAndMethod.GetHashCode(); 728return FixupKind.GetHashCode() ^ (31 * TypeDesc.GetHashCode()); 883return HashCode.Combine(Helper.GetHashCode(),
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
242return Id.GetHashCode() ^ (Target.GetHashCode() * 23);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_Wasm\WasmTypes.cs (2)
89int code = _types[0].GetHashCode(); 92code = HashCode.Combine(code, _types[i].GetHashCode());
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\MarshalAsDescriptor.cs (2)
108return Type.GetHashCode() ^ (ArraySubType.GetHashCode() << 3);
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\MethodDesc.Interop.cs (1)
323return Attributes.GetHashCode();
illink (1)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
102ConditionKind.GetHashCode());
Microsoft.Analyzers.Local (2)
ApiLifecycle\Json\JsonValue.cs (2)
587? Type.GetHashCode() 588: Type.GetHashCode()
Microsoft.CodeAnalysis.NetAnalyzers (25)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\AvoidMultipleEnumerations\FlowAnalysis\GlobalFlowStateDictionaryAnalysisValue.cs (3)
136&& Kind.GetHashCode() == other.Kind.GetHashCode(); 142hashCode.Add(Kind.GetHashCode());
Microsoft.CodeQuality.Analyzers\QualityGuidelines\AvoidMultipleEnumerations\FlowAnalysis\TrackingEnumerationSet.cs (3)
46hashCode.Add(EnumerationCount.GetHashCode()); 53return other.EnumerationCount.GetHashCode() == EnumerationCount.GetHashCode()
src\40daf5e1cab76dff\TaintedDataAbstractValue.cs (3)
40hashCode.Add(Kind.GetHashCode()); 47&& Kind.GetHashCode() == other.Kind.GetHashCode();
src\440320f3f10733a8\ValueContentAbstractValue.cs (3)
152hashCode.Add(NonLiteralState.GetHashCode()); 159&& NonLiteralState.GetHashCode() == other.NonLiteralState.GetHashCode();
src\8ce1f4f68b646e6d\GlobalFlowStateAnalysisValueSet.cs (3)
171hashCode.Add(Kind.GetHashCode()); 180&& Kind.GetHashCode() == other.Kind.GetHashCode();
src\9382845807600969\InterproceduralAnalysisConfiguration.cs (1)
138InterproceduralAnalysisKind.GetHashCode(),
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\CopyAnalysis\CopyAbstractValue.cs (3)
80hashCode.Add(Kind.GetHashCode()); 87&& Kind.GetHashCode() == other.Kind.GetHashCode();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\DisposeAnalysis\DisposeAbstractValue.cs (3)
76hashCode.Add(Kind.GetHashCode()); 83&& Kind.GetHashCode() == other.Kind.GetHashCode();
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysisContext.cs (3)
85hashCode.Add(PointsToAnalysisKind.GetHashCode()); 91return PointsToAnalysisKind.GetHashCode() == other.PointsToAnalysisKind.GetHashCode();
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsClient\EventPipeProvider.cs (1)
92hash ^= EventLevel.GetHashCode();
Microsoft.Maui (1)
Primitives\GridLength.cs (1)
75 return GridUnitType.GetHashCode() * 397 ^ Value.GetHashCode();
Microsoft.Maui.Controls (1)
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.Data (1)
Commands\TypeInfoCommand.cs (1)
72hash = Hashing.CombineHash(hash, kind.GetHashCode());
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
553if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType.Undefined) hash ^= Type.GetHashCode(); 3098if (DataLocation != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation.Default) hash ^= DataLocation.GetHashCode();
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
553if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.AttributeProto.Types.AttributeType.Undefined) hash ^= Type.GetHashCode(); 3098if (DataLocation != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TensorProto.Types.DataLocation.Default) hash ^= DataLocation.GetHashCode();
Microsoft.Net.Http.Headers (1)
SetCookieHeaderValue.cs (1)
755^ SameSite.GetHashCode()
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
909Return s_hash Xor _Op.GetHashCode() Xor Operation.GetHashCode() 960Return s_hash Xor _Op.GetHashCode() Xor Operation.GetHashCode()
PresentationCore (2)
System\Windows\Duration.cs (1)
464return HasTimeSpan ? _timeSpan.GetHashCode() : _durationType.GetHashCode() + 17;
System\Windows\Media\Animation\KeyTime.cs (1)
197return _type.GetHashCode();
PresentationFramework (3)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (1)
97return _primaryAxis.GetHashCode() ^ _point.GetHashCode();
System\Windows\Controls\Primitives\HierarchicalVirtualizationConstraints.cs (1)
128return (_cacheLength.GetHashCode() ^ _cacheLengthUnit.GetHashCode() ^ _viewport.GetHashCode());
System\Windows\DependencyPropertyHelper.cs (1)
112return _baseValueSource.GetHashCode();
Stress.TelemetryService (6)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (1)
1197if (SeverityNumber != global::OpenTelemetry.Proto.Logs.V1.SeverityNumber.Unspecified) hash ^= SeverityNumber.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
1989if (AggregationTemporality != global::OpenTelemetry.Proto.Metrics.V1.AggregationTemporality.Unspecified) hash ^= AggregationTemporality.GetHashCode(); 2244if (AggregationTemporality != global::OpenTelemetry.Proto.Metrics.V1.AggregationTemporality.Unspecified) hash ^= AggregationTemporality.GetHashCode(); 2476if (AggregationTemporality != global::OpenTelemetry.Proto.Metrics.V1.AggregationTemporality.Unspecified) hash ^= AggregationTemporality.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1238if (Kind != global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.Unspecified) hash ^= Kind.GetHashCode(); 2482if (Code != global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) hash ^= Code.GetHashCode();
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\LazyMemberInfo.cs (2)
98return MemberType.GetHashCode() ^ _accessorsCreator.GetHashCode(); 103return MemberType.GetHashCode() ^ accessor.GetHashCode();
System.Data.Common (1)
System\Data\DataRowComparer.cs (1)
211hash = vt.GetHashCode();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
279obj.GetHashCode();
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (1)
94int hashCode = Name.GetHashCode() ^ Options.GetHashCode();
System\Security\Cryptography\RSAEncryptionPadding.cs (1)
94return CombineHashCodes(_mode.GetHashCode(), _oaepHashAlgorithm.GetHashCode());
System\Security\Cryptography\RSASignaturePadding.cs (1)
54return _mode.GetHashCode();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
157int hashcode = TransportUsage.GetHashCode()
System.Windows.Forms (2)
System\Windows\Forms\Design\ToolStripItemDesignerAvailabilityAttribute.cs (1)
36public override int GetHashCode() => ItemAdditionVisibility.GetHashCode();
System\Windows\Forms\Layout\DockingAttribute.cs (1)
30public override int GetHashCode() => DockingBehavior.GetHashCode();