Base:
method
GetHashCode
System.ValueType.GetHashCode()
8 references to GetHashCode
Microsoft.Build.Utilities.Core (1)
LockCheck.cs (1)
228var h2 = StartTime.GetHashCode();
Microsoft.CodeAnalysis (3)
Compilation\CompilationOptions.cs (1)
674Hash.Combine(this.CurrentLocalTime.GetHashCode(),
ConstantValueSpecialized.cs (1)
302return Hash.Combine(base.GetHashCode(), _value.GetHashCode());
FileKey.cs (1)
47this.Timestamp.GetHashCode());
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\VersionStamp.cs (1)
143=> Hash.Combine(_utcLastModified.GetHashCode(), _localIncrement);
Microsoft.VisualStudio.LanguageServices (1)
src\Compilers\Core\Portable\FileKey.cs (1)
47this.Timestamp.GetHashCode());
System.Data.Common (1)
System\Data\SQLTypes\SQLDateTime.cs (1)
628public override int GetHashCode() => IsNull ? 0 : Value.GetHashCode();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (1)
65public override int GetHashCode() => _dateStart.GetHashCode();