1 write to EvaluationPass
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
147
EvaluationPass
= evaluationPass;
14 references to EvaluationPass
Microsoft.Build (6)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
145
int evaluationPass = (int)evaluationLocation.
EvaluationPass
;
Evaluation\Profiler\ProfilerResultPrettyPrinter.cs (1)
50
.OrderBy(l => l.Key.
EvaluationPass
);
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1357
Write((int)item.
EvaluationPass
);
Logging\EvaluationLocationIdAgnosticComparer.cs (3)
28
x.
EvaluationPass
== y.
EvaluationPass
&&
41
hashCode = (hashCode * -1521134295) + EqualityComparer<EvaluationPass>.Default.GetHashCode(obj.
EvaluationPass
);
Microsoft.Build.Framework (8)
Profiler\EvaluationLocation.cs (8)
201
return new EvaluationLocation(this.Id, parentId, this.
EvaluationPass
, this.EvaluationPassDescription,
208
return new EvaluationLocation(this.Id, this.
EvaluationPass
, this.EvaluationPassDescription, file, null, null, null, this.Kind);
214
return CreateLocationForProject(this.Id, this.
EvaluationPass
, this.EvaluationPassDescription, file, line, element);
220
return CreateLocationForCondition(this.Id, this.
EvaluationPass
, this.EvaluationPassDescription, file, line, condition);
226
return CreateLocationForGlob(this.Id, this.
EvaluationPass
, this.EvaluationPassDescription, this.File, this.Line, globDescription);
237
EvaluationPass
== other.
EvaluationPass
&&
261
hashCode = (hashCode * -1521134295) + EqualityComparer<EvaluationPass>.Default.GetHashCode(
EvaluationPass
);