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)
209return _context.LoadFromAssemblyPath(path); 426var taskItemType = _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName); 428_context?.Dispose();