1 write to _testTaskLocation
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
85
_testTaskLocation
= typeof(TaskRegistry_Tests).GetTypeInfo().Assembly.ManifestModule.FullyQualifiedName;
25 references to _testTaskLocation
Microsoft.Build.Engine.UnitTests (25)
BackEnd\TaskRegistry_Tests.cs (25)
350
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
355
ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask",
_testTaskLocation
, null);
386
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
391
ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask",
_testTaskLocation
, null);
422
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
427
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
460
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
465
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
498
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
503
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
561
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
566
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
571
ProjectUsingTaskElement secondElement = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
649
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
654
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
722
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
727
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
774
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
779
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
784
element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
888
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
893
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
898
element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
936
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
941
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);