9 references to EvaluationLocation
Microsoft.Build (3)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
1795
return new
EvaluationLocation
(id, parentId, evaluationPass, evaluationDescription, file, line, elementName, description, kind);
1798
return new
EvaluationLocation
(0, null, evaluationPass, evaluationDescription, file, line, elementName, description, kind);
LogMessagePacketBase.cs (1)
1545
var evaluationLocation = new
EvaluationLocation
(
Microsoft.Build.Engine.UnitTests (3)
BuildEventArgsSerialization_Tests.cs (3)
795
new
EvaluationLocation
(1, 0, EvaluationPass.InitialProperties, "desc1", "file1", 7, "element1", "description", EvaluationLocationKind.Condition),
799
new
EvaluationLocation
(0, null, EvaluationPass.LazyItems, "desc2", "file1", null, "element2", "description2", EvaluationLocationKind.Glob),
803
new
EvaluationLocation
(2, 0, EvaluationPass.Properties, "desc2", "file1", null, "element2", "description2", EvaluationLocationKind.Element),
Microsoft.Build.Framework (3)
Profiler\EvaluationLocation.cs (3)
164
:
this
(EvaluationIdProvider.GetNextId(), parentId, evaluationPass, evaluationPassDescription, file, line, elementName, elementDescription, kind)
201
return new
EvaluationLocation
(this.Id, parentId, this.EvaluationPass, this.EvaluationPassDescription,
273
return new
EvaluationLocation
(EvaluationIdProvider.GetNextId(), null, default(EvaluationPass), null, null, null,