2 references to EmptyLocation
Microsoft.Build (1)
Evaluation\Profiler\EvaluationProfiler.cs (1)
25private EvaluationLocation CurrentLocation => _evaluationStack.Count == 0 ? EvaluationLocation.EmptyLocation : _evaluationStack.Peek().Location;
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
146ParentId = parentId == EmptyLocation.Id ? null : parentId; // The empty location doesn't count as a parent id, since it's just a dummy starting point