1 write to ElementDescription
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
152
ElementDescription
= elementDescription;
6 references to ElementDescription
Microsoft.Build.Framework (6)
Profiler\EvaluationLocation.cs (6)
189
this.File, this.Line, this.ElementName, this.
ElementDescription
, this.Kind);
202
this.File, this.Line, this.ElementName, this.
ElementDescription
, this.Kind);
242
ElementDescription
== 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}";
266
hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(
ElementDescription
);