Base:
1 reference to GetHashCode
Microsoft.Build.Framework (1)
Profiler\ProfilerResult.cs (1)
44return ProfiledLocations.Keys.Aggregate(0, (acum, location) => acum + location.GetHashCode());