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)
351Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 356ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask", _testTaskLocation, null); 387Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 392ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask", _testTaskLocation, null); 423Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 428ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 461Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 466ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 499Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 504ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 562Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 567ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 572ProjectUsingTaskElement secondElement = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 650Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 655ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 723Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 728ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 775Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 780ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 785element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 889Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 894ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 899element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 937Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 942ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null);