2 writes to _context
Microsoft.Build (2)
TypeLoader.cs (2)
208
_context
= new(new PathAssemblyResolver(assembliesDictionary.Values));
429
_context
= null;
3 references to _context
Microsoft.Build (3)
TypeLoader.cs (3)
209
return
_context
.LoadFromAssemblyPath(path);
426
var taskItemType =
_context
.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName);
428
_context
?.Dispose();