6 references to EvaluationLocation
Microsoft.Build (3)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
461var evaluationLocation = new EvaluationLocation(
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
1826return new EvaluationLocation(id, parentId, evaluationPass, evaluationDescription, file, line, elementName, description, kind); 1829return new EvaluationLocation(0, null, evaluationPass, evaluationDescription, file, line, elementName, description, kind);
Microsoft.Build.Framework (3)
Profiler\EvaluationLocation.cs (3)
164: this(EvaluationIdProvider.GetNextId(), parentId, evaluationPass, evaluationPassDescription, file, line, elementName, elementDescription, kind) 201return new EvaluationLocation(this.Id, parentId, this.EvaluationPass, this.EvaluationPassDescription, 273return new EvaluationLocation(EvaluationIdProvider.GetNextId(), null, default(EvaluationPass), null, null, null,