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)
105Debug.Assert(_aggregatedLocations == null, 121if (_aggregatedLocations != null) 123return new ProfilerResult(_aggregatedLocations); 150MergeItem(originalLocations, mergeMap, _aggregatedLocations, pair); 157_aggregatedLocations = PruneSmallItems(_aggregatedLocations); 161var aggregatedGlobs = _aggregatedLocations.Keys 165AggregateProfiledLocation(profiledLocation, _aggregatedLocations[evaluationLocation])); 167_aggregatedLocations[EvaluationLocation.CreateLocationForAggregatedGlob()] = 170return new ProfilerResult(_aggregatedLocations);