2 writes to _context
MSBuild (2)
TypeLoader.cs (2)
203_context = new(new PathAssemblyResolver(assembliesDictionary.Values)); 392_context = null;
3 references to _context
MSBuild (3)
TypeLoader.cs (3)
204return _context.LoadFromAssemblyPath(path); 390LoadedType loadedType = new(publicType, _assemblyLoadInfo, loadedAssembly, _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName), loadedViaMetadataLoadContext: true); 391_context?.Dispose();