1 write to _hashCode
Microsoft.CodeAnalysis.Test.Utilities (1)
SourceGeneration\LambdaComparer.cs (1)
19
_hashCode
= hashCode;
2 references to _hashCode
Microsoft.CodeAnalysis.Test.Utilities (2)
SourceGeneration\LambdaComparer.cs (2)
24
public int GetHashCode([DisallowNull] T obj) =>
_hashCode
.HasValue ?
_hashCode
.Value : EqualityComparer<T>.Default.GetHashCode(obj);