1 write to _testTaskLocation
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
86
_testTaskLocation
= typeof(TaskRegistry_Tests).GetTypeInfo().Assembly.ManifestModule.FullyQualifiedName;
25 references to _testTaskLocation
Microsoft.Build.Engine.UnitTests (25)
BackEnd\TaskRegistry_Tests.cs (25)
351
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
356
ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask",
_testTaskLocation
, null);
387
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
392
ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask",
_testTaskLocation
, null);
423
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
428
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
461
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
466
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
499
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
504
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
562
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
567
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
572
ProjectUsingTaskElement secondElement = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
650
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
655
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
723
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
728
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
775
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
780
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
785
element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
889
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
894
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
899
element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
937
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
942
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);