2 writes to _aggregatedLocations
Microsoft.Build (2)
Logging\ProfilerLogger.cs (2)
127
_aggregatedLocations
=
157
_aggregatedLocations
= PruneSmallItems(_aggregatedLocations);
9 references to _aggregatedLocations
Microsoft.Build (9)
Logging\ProfilerLogger.cs (9)
105
Debug.Assert(
_aggregatedLocations
== null,
121
if (
_aggregatedLocations
!= null)
123
return new ProfilerResult(
_aggregatedLocations
);
150
MergeItem(originalLocations, mergeMap,
_aggregatedLocations
, pair);
157
_aggregatedLocations = PruneSmallItems(
_aggregatedLocations
);
161
var aggregatedGlobs =
_aggregatedLocations
.Keys
165
AggregateProfiledLocation(profiledLocation,
_aggregatedLocations
[evaluationLocation]));
167
_aggregatedLocations
[EvaluationLocation.CreateLocationForAggregatedGlob()] =
170
return new ProfilerResult(
_aggregatedLocations
);