4 writes to wrappedTask
MSBuild (4)
OutOfProcTaskAppDomainWrapperBase.cs (4)
120wrappedTask = null; 208wrappedTask = null; 316wrappedTask = null; 321wrappedTask = TaskLoader.CreateTask(
8 references to wrappedTask
MSBuild (8)
OutOfProcTaskAppDomainWrapperBase.cs (8)
67get { return wrappedTask; } 342wrappedTask.HostObject = _hostServices.GetHostObject(projectFile, targetName, taskName); 345wrappedTask.BuildEngine = oopTaskHostNode; 369PropertyInfo paramInfo = wrappedTask.GetType().GetProperty(param.Key, BindingFlags.Instance | BindingFlags.Public); 370paramInfo.SetValue(wrappedTask, param.Value?.WrappedParameter, null); 393success = wrappedTask.Execute(); 404PropertyInfo[] finalPropertyValues = wrappedTask.GetType().GetProperties(BindingFlags.Instance | BindingFlags.Public); 414object outputValue = value.GetValue(wrappedTask, null);