1 write to _testTaskLocation
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
86_testTaskLocation = typeof(TaskRegistry_Tests).GetTypeInfo().Assembly.ManifestModule.FullyQualifiedName;
29 references to _testTaskLocation
Microsoft.Build.Engine.UnitTests (29)
BackEnd\TaskRegistry_Tests.cs (29)
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); 566Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 571ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 607Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 612ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 617ProjectUsingTaskElement secondElement = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 695Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 700ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 768Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 773ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 820Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 825ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 830element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 934Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 939ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 944element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 982Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 987ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 1044Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 1049ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null);