Base:
3 references to GetHashCode
Microsoft.CodeAnalysis (2)
Binding\BindingDiagnosticBag.cs (1)
352
return Diagnostics.
GetHashCode
();
Compilation\LoadDirective.cs (1)
41
return Hash.Combine(this.Diagnostics.
GetHashCode
(), this.ResolvedPath?.GetHashCode() ?? 0);
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1418
return ours != null ? ours.GetHashCode(comparer) : self.
GetHashCode
();