Base:
method
GetHashCode
System.ValueType.GetHashCode()
8 references to GetHashCode
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
158^ this.KeepAliveInterval.GetHashCode();
Microsoft.Build.Framework (1)
Telemetry\TaskExecutionStats.cs (1)
70var hashCode = CumulativeExecutionTime.GetHashCode();
Microsoft.Net.Http.Headers (4)
CacheControlHeaderValue.cs (4)
451result = result ^ (_maxAge.HasValue ? _maxAge.GetValueOrDefault().GetHashCode() ^ 1 : 0) ^ 452(_sharedMaxAge.HasValue ? _sharedMaxAge.GetValueOrDefault().GetHashCode() ^ 2 : 0) ^ 453(_maxStaleLimit.HasValue ? _maxStaleLimit.GetValueOrDefault().GetHashCode() ^ 4 : 0) ^ 454(_minFresh.HasValue ? _minFresh.GetValueOrDefault().GetHashCode() ^ 8 : 0);
PresentationCore (2)
System\Windows\Duration.cs (1)
464return HasTimeSpan ? _timeSpan.GetHashCode() : _durationType.GetHashCode() + 17;
System\Windows\Media\Animation\RepeatBehavior.cs (1)
220return _repeatDuration.GetHashCode();