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)
350Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 355ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask", _testTaskLocation, null); 386Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 391ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask", _testTaskLocation, null); 422Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 427ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 460Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 465ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 498Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 503ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 561Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 566ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 571ProjectUsingTaskElement secondElement = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 649Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 654ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 722Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 727ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 774Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 779ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 784element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 888Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 893ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 898element = project.AddUsingTask(TestTaskName, _testTaskLocation, null); 936Assert.NotNull(_testTaskLocation); // "Need a test task to run this test" 941ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName, _testTaskLocation, null);