1 write to Kind
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
153
Kind
= kind;
6 references to Kind
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
);
208
return new EvaluationLocation(this.Id, this.EvaluationPass, this.EvaluationPassDescription, file, null, null, null, this.
Kind
);
243
Kind
== other.
Kind
;
267
hashCode = (hashCode * -1521134295) + EqualityComparer<EvaluationLocationKind>.Default.GetHashCode(
Kind
);