1 write to _UNITTESTONLY_TaskFactoryWrapper
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1252(_host as TaskExecutionHost)._UNITTESTONLY_TaskFactoryWrapper = new TaskFactoryWrapper(taskFactory, loadedType, taskName, null);
2 references to _UNITTESTONLY_TaskFactoryWrapper
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskExecutionHost_Tests.cs (2)
967Assert.NotNull((_host as TaskExecutionHost)._UNITTESTONLY_TaskFactoryWrapper); 969Assert.Null((_host as TaskExecutionHost)._UNITTESTONLY_TaskFactoryWrapper);