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