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)
207
return
_context
.LoadFromAssemblyPath(path);
393
LoadedType loadedType = new(publicType, _assemblyLoadInfo, loadedAssembly,
_context
.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName), loadedViaMetadataLoadContext: true);
394
_context
?.Dispose();