1 write to ProfiledLocations
Microsoft.Build.Framework (1)
Profiler\ProfilerResult.cs (1)
25ProfiledLocations = new ReadOnlyDictionary<EvaluationLocation, ProfiledLocation>(profiledLocations);
7 references to ProfiledLocations
Microsoft.Build.Framework (7)
Profiler\ProfilerResult.cs (7)
36return (ProfiledLocations == result.ProfiledLocations) || 37(ProfiledLocations.Count == result.ProfiledLocations.Count && 38!ProfiledLocations.Except(result.ProfiledLocations).Any()); 44return ProfiledLocations.Keys.Aggregate(0, (acum, location) => acum + location.GetHashCode());