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