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