8 references to ProfiledLocation
Microsoft.Build (5)
Evaluation\Profiler\EvaluationProfiler.cs (2)
146
previousTimeSpent = new
ProfiledLocation
(TimeSpan.Zero, TimeSpan.Zero, 0);
149
var updatedTimeSpent = new
ProfiledLocation
(
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1756
return new
ProfiledLocation
(inclusiveTime, exclusiveTime, numberOfHits);
Logging\ProfilerLogger.cs (1)
271
return new
ProfiledLocation
(
LogMessagePacketBase.cs (1)
1569
var profiledLocation = new
ProfiledLocation
(
Microsoft.Build.Engine.UnitTests (3)
BuildEventArgsSerialization_Tests.cs (3)
796
new
ProfiledLocation
(TimeSpan.FromSeconds(1), TimeSpan.FromHours(2), 1)
800
new
ProfiledLocation
(TimeSpan.FromSeconds(1), TimeSpan.FromHours(2), 2)
804
new
ProfiledLocation
(TimeSpan.FromSeconds(1), TimeSpan.FromHours(2), 2)