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