2 writes to _context
MSBuild (2)
TypeLoader.cs (2)
208_context = new(new PathAssemblyResolver(assembliesDictionary.Values)); 443_context = null;
3 references to _context
MSBuild (3)
TypeLoader.cs (3)
209return _context.LoadFromAssemblyPath(path); 440var taskItemType = _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName); 442_context?.Dispose();