3 references to ValueDelegateEquatable
Microsoft.CodeAnalysis.UnitTests (3)
Collections\HashSet\TestingTypes.cs (3)
374public struct ValueDelegateEquatable : IEquatable<ValueDelegateEquatable> 376public Func<ValueDelegateEquatable, bool> EqualsWorker { get; set; } 378public bool Equals(ValueDelegateEquatable other) => EqualsWorker(other);