1 write to _elementLocation
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
73
_elementLocation
= ElementLocation.Create("MockFile", 5, 5);
1 reference to _elementLocation
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
87
_taskHost = new TaskHost(_mockHost, entry,
_elementLocation
, null /*Don't care about the callback either unless doing a build*/);