2 writes to _context
Microsoft.Build (2)
TypeLoader.cs (2)
206_context = new(new PathAssemblyResolver(assembliesDictionary.Values)); 395_context = null;
3 references to _context
Microsoft.Build (3)
TypeLoader.cs (3)
207return _context.LoadFromAssemblyPath(path); 393LoadedType loadedType = new(publicType, _assemblyLoadInfo, loadedAssembly, _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName), loadedViaMetadataLoadContext: true); 394_context?.Dispose();