1 instantiation of OutOfProcTaskAppDomainWrapper
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1525
taskWrapper = new
OutOfProcTaskAppDomainWrapper
();
5 references to OutOfProcTaskAppDomainWrapper
MSBuild (5)
OutOfProcTaskHostNode.cs (4)
159
private
OutOfProcTaskAppDomainWrapper
_taskWrapper;
1294
var
ctxWrapper = kvp.Value.TaskWrapper;
1299
var
wrapper = _taskWrapper;
1489
OutOfProcTaskAppDomainWrapper
taskWrapper = null;
TaskExecutionContext.cs (1)
72
public
OutOfProcTaskAppDomainWrapper
? TaskWrapper { get; set; }