4 references to ProfiledLocation
Microsoft.Build.Framework (4)
Profiler\ProfilerResult.cs (4)
20public IReadOnlyDictionary<EvaluationLocation, ProfiledLocation> ProfiledLocations { get; } 23public ProfilerResult(IDictionary<EvaluationLocation, ProfiledLocation> profiledLocations) 25ProfiledLocations = new ReadOnlyDictionary<EvaluationLocation, ProfiledLocation>(profiledLocations); 74return obj is ProfiledLocation location &&