1 write to ElementDescription
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
152ElementDescription = elementDescription;
12 references to ElementDescription
Microsoft.Build (6)
Evaluation\Profiler\EvaluationLocationPrettyPrinterBase.cs (1)
93NormalizeExpression(evaluationLocation.ElementDescription, evaluationLocation.Kind) ?? string.Empty,
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1313WriteDeduplicatedString(item.ElementDescription);
Logging\EvaluationLocationIdAgnosticComparer.cs (3)
33x.ElementDescription == y.ElementDescription && 46hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(obj.ElementDescription);
LogMessagePacketBase.cs (1)
1046string elementDescription = evaluationLocation.ElementDescription;
Microsoft.Build.Framework (6)
Profiler\EvaluationLocation.cs (6)
189this.File, this.Line, this.ElementName, this.ElementDescription, this.Kind); 202this.File, this.Line, this.ElementName, this.ElementDescription, this.Kind); 242ElementDescription == other.ElementDescription && 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}"; 266hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(ElementDescription);