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