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)
24public int GetHashCode([DisallowNull] T obj) => _hashCode.HasValue ? _hashCode.Value : EqualityComparer<T>.Default.GetHashCode(obj);