5 references to CurrentLocation
Microsoft.Build (5)
Evaluation\Profiler\EvaluationProfiler.cs (5)
46CurrentLocation.WithEvaluationPass(evaluationPass, passDescription)) 54return _shouldTrackElements ? new EvaluationFrame(this, CurrentLocation.WithFile(file)) : null; 63CurrentLocation.WithGlob( 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;