1 instantiation of OutOfProcTaskAppDomainWrapper
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1526
taskWrapper = new
OutOfProcTaskAppDomainWrapper
();
5 references to OutOfProcTaskAppDomainWrapper
MSBuild (5)
OutOfProcTaskHostNode.cs (4)
160
private
OutOfProcTaskAppDomainWrapper
_taskWrapper;
1295
var
ctxWrapper = kvp.Value.TaskWrapper;
1300
var
wrapper = _taskWrapper;
1490
OutOfProcTaskAppDomainWrapper
taskWrapper = null;
TaskExecutionContext.cs (1)
72
public
OutOfProcTaskAppDomainWrapper
? TaskWrapper { get; set; }