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