Implemented interface member:
method
GetHashCode
Microsoft.Build.Collections.IConstrainedEqualityComparer<T>.GetHashCode(T, System.Int32, System.Int32)
1 reference to GetHashCode
Microsoft.Build.Utilities.Core (1)
MSBuildNameIgnoreCaseComparer.cs (1)
39return GetHashCode(obj, 0, obj?.Length ?? 0);