1 instantiation of OutOfProcTaskAppDomainWrapper
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1451
taskWrapper = new
OutOfProcTaskAppDomainWrapper
();
5 references to OutOfProcTaskAppDomainWrapper
MSBuild (5)
OutOfProcTaskHostNode.cs (4)
136
private
OutOfProcTaskAppDomainWrapper
_taskWrapper;
1234
var
ctxWrapper = kvp.Value.TaskWrapper;
1239
var
wrapper = _taskWrapper;
1425
OutOfProcTaskAppDomainWrapper
taskWrapper = null;
TaskExecutionContext.cs (1)
72
public
OutOfProcTaskAppDomainWrapper
? TaskWrapper { get; set; }