Base:
method
GetHashCode
System.ValueType.GetHashCode()
7 references to GetHashCode
Microsoft.CodeAnalysis (3)
Compilation\CompilationOptions.cs (1)
674
Hash.Combine(this.CurrentLocalTime.
GetHashCode
(),
ConstantValueSpecialized.cs (1)
302
return Hash.Combine(base.GetHashCode(), _value.
GetHashCode
());
FileKey.cs (1)
47
this.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)
47
this.Timestamp.
GetHashCode
());
System.Data.Common (1)
System\Data\SQLTypes\SQLDateTime.cs (1)
628
public override int GetHashCode() => IsNull ? 0 : Value.
GetHashCode
();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (1)
65
public override int GetHashCode() => _dateStart.
GetHashCode
();