2 references to s_pathComparer
Microsoft.Build.Framework (2)
PathHelpers\AbsolutePath.cs (2)
203public bool Equals(AbsolutePath other) => s_pathComparer.Equals(Value, other.Value); 209public override int GetHashCode() => Value is null ? 0 : s_pathComparer.GetHashCode(Value);