Base:
method
GetHashCode
System.ValueType.GetHashCode()
78 references to GetHashCode
Aspire.Dashboard (13)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (7)
905if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 907if (State != global::Aspire.DashboardService.Proto.V1.ResourceCommandState.Enabled) hash ^= State.GetHashCode(); 1657if (Kind != global::Aspire.DashboardService.Proto.V1.ResourceCommandResponseKind.Undefined) hash ^= Kind.GetHashCode(); 3478if (HasStatus) hash ^= Status.GetHashCode(); 8723if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9006if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9550if (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)
1197if (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)
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\Aspire.Dashboard\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();
Aspire.Hosting (7)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs (7)
906if (HasIconVariant) hash ^= IconVariant.GetHashCode(); 908if (State != global::Aspire.DashboardService.Proto.V1.ResourceCommandState.Enabled) hash ^= State.GetHashCode(); 1658if (Kind != global::Aspire.DashboardService.Proto.V1.ResourceCommandResponseKind.Undefined) hash ^= Kind.GetHashCode(); 3479if (HasStatus) hash ^= Status.GetHashCode(); 8724if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9007if (Intent != global::Aspire.DashboardService.Proto.V1.MessageIntent.None) hash ^= Intent.GetHashCode(); 9551if (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()
illink (1)
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
102ConditionKind.GetHashCode());
IntegrationTestsWebsite (1)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (1)
800if (Name != global::IntegrationTestsWebsite.NameOptions.James) hash ^= Name.GetHashCode();
InteropClient (3)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (3)
392if (Type != global::Grpc.Testing.PayloadType.Compressable) hash ^= Type.GetHashCode(); 965if (ResponseType != global::Grpc.Testing.PayloadType.Compressable) hash ^= ResponseType.GetHashCode(); 2439if (ResponseType != global::Grpc.Testing.PayloadType.Compressable) hash ^= ResponseType.GetHashCode();
InteropWebsite (3)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (3)
392if (Type != global::Grpc.Testing.PayloadType.Compressable) hash ^= Type.GetHashCode(); 965if (ResponseType != global::Grpc.Testing.PayloadType.Compressable) hash ^= ResponseType.GetHashCode(); 2439if (ResponseType != global::Grpc.Testing.PayloadType.Compressable) hash ^= ResponseType.GetHashCode();
Microsoft.Analyzers.Local (2)
ApiLifecycle\Json\JsonValue.cs (2)
587? Type.GetHashCode() 588: Type.GetHashCode()
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (5)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Issue045270\Hello.cs (2)
142if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) hash ^= Country.GetHashCode(); 369if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) hash ^= Country.GetHashCode();
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
666if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^= NullValue.GetHashCode(); 1890if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) hash ^= SingleEnum.GetHashCode(); 3791if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^= NullValue.GetHashCode();
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1007if (SingleEnum != global::Messages.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) hash ^= SingleEnum.GetHashCode(); 3179if (EnumValue != global::Messages.EnumMessage.Types.NestedEnum.Unspecified) hash ^= EnumValue.GetHashCode();
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Responsebody.cs (1)
351if (Enum != global::ResponseBody.EnumWithoutMessage.Unspecified) hash ^= Enum.GetHashCode();
Microsoft.Cci.Extensions (1)
Writers\Syntax\SyntaxToken.cs (1)
32return this.Type.GetHashCode() ^ this.Token.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.ML.Tokenizers (2)
SentencepieceModel.cs (2)
1668if (HasModelType) hash ^= ModelType.GetHashCode(); 4463if (HasType) hash ^= Type.GetHashCode();
Microsoft.Net.Http.Headers (1)
SetCookieHeaderValue.cs (1)
745^ 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();
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1028if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) hash ^= SingleEnum.GetHashCode(); 2381if (Enum != global::Transcoding.EnumWithoutMessage.Unspecified) hash ^= Enum.GetHashCode();
SocialWeather (1)
Protobuf\WeatherReport.cs (1)
167if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) hash ^= Weather.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\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
256obj.GetHashCode();
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (1)
87int 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.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();
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ToolStripItemDesignerAvailabilityAttributeTests.cs (1)
67Assert.Equal(expected, attribute.GetHashCode().Equals(other.GetHashCode()));