4 writes to wrappedTask
MSBuild (4)
OutOfProcTaskAppDomainWrapperBase.cs (4)
121wrappedTask = null; 221wrappedTask = null; 329wrappedTask = null; 334wrappedTask = TaskLoader.CreateTask(
8 references to wrappedTask
MSBuild (8)
OutOfProcTaskAppDomainWrapperBase.cs (8)
68get { return wrappedTask; } 359wrappedTask.HostObject = _hostServices.GetHostObject(projectFile, targetName, taskName); 362wrappedTask.BuildEngine = oopTaskHostNode; 386PropertyInfo paramInfo = wrappedTask.GetType().GetProperty(param.Key, BindingFlags.Instance | BindingFlags.Public); 387paramInfo.SetValue(wrappedTask, param.Value?.WrappedParameter, null); 410success = wrappedTask.Execute(); 421PropertyInfo[] finalPropertyValues = wrappedTask.GetType().GetProperties(BindingFlags.Instance | BindingFlags.Public); 431object outputValue = value.GetValue(wrappedTask, null);