1 write to Line
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
150
Line
= line;
7 references to Line
Microsoft.Build.Framework (7)
Profiler\EvaluationLocation.cs (7)
189
this.File, this.
Line
, this.ElementName, this.ElementDescription, this.Kind);
202
this.File, this.
Line
, this.ElementName, this.ElementDescription, this.Kind);
226
return CreateLocationForGlob(this.Id, this.EvaluationPass, this.EvaluationPassDescription, this.File, this.
Line
, globDescription);
240
Line
== other.
Line
&&
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}";
264
hashCode = (hashCode * -1521134295) + EqualityComparer<int?>.Default.GetHashCode(
Line
);