5 instantiations of 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;
2 references to EvaluationFrame
Microsoft.Build (2)
Evaluation\Profiler\EvaluationProfiler.cs (2)
22private readonly Stack<EvaluationFrame> _evaluationStack = new Stack<EvaluationFrame>();