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