4 writes to wrappedTask
MSBuild (4)
OutOfProcTaskAppDomainWrapperBase.cs (4)
119wrappedTask = null; 207wrappedTask = null; 315wrappedTask = null; 320wrappedTask = TaskLoader.CreateTask(
8 references to wrappedTask
MSBuild (8)
OutOfProcTaskAppDomainWrapperBase.cs (8)
66get { return wrappedTask; } 341wrappedTask.HostObject = _hostServices.GetHostObject(projectFile, targetName, taskName); 344wrappedTask.BuildEngine = oopTaskHostNode; 368PropertyInfo paramInfo = wrappedTask.GetType().GetProperty(param.Key, BindingFlags.Instance | BindingFlags.Public); 369paramInfo.SetValue(wrappedTask, param.Value?.WrappedParameter, null); 391success = wrappedTask.Execute(); 398PropertyInfo[] finalPropertyValues = wrappedTask.GetType().GetProperties(BindingFlags.Instance | BindingFlags.Public); 408object outputValue = value.GetValue(wrappedTask, null);