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