1 write to ParentId
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
5 references to ParentId
Microsoft.Build.Framework (5)
Profiler\EvaluationLocation.cs (5)
196if (parentId == this.ParentId) 236ParentId == other.ParentId && 252$"{Id}\t{ParentId?.ToString() ?? string.Empty}\t{EvaluationPassDescription ?? string.Empty}\t{File ?? string.Empty}\t{Line?.ToString() ?? string.Empty}\t{ElementName ?? string.Empty}\tDescription:{ElementDescription}\t{this.EvaluationPassDescription}"; 260hashCode = (hashCode * -1521134295) + EqualityComparer<long?>.Default.GetHashCode(ParentId);