1 write to ElementName
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
151ElementName = elementName;
11 references to ElementName
Microsoft.Build (5)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
140string elementName = evaluationLocation.ElementName;
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1352WriteDeduplicatedString(item.ElementName);
Logging\EvaluationLocationIdAgnosticComparer.cs (3)
32x.ElementName == y.ElementName && 45hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(obj.ElementName);
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); 241ElementName == other.ElementName && 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}"; 265hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(ElementName);