5 references to EvaluationFrame
Microsoft.Build (5)
Evaluation\Profiler\EvaluationProfiler.cs (5)
45? new EvaluationFrame(this, 54return _shouldTrackElements ? new EvaluationFrame(this, CurrentLocation.WithFile(file)) : null; 62? new EvaluationFrame(this, 72return _shouldTrackElements ? new EvaluationFrame(this, CurrentLocation.WithFileLineAndElement(element.Location.File, element.Location.Line, element)) : null; 79return _shouldTrackElements ? new EvaluationFrame(this, CurrentLocation.WithFileLineAndCondition(location.File, location.Line, condition)) : null;