1 instantiation of MSBuildLoadContext
Microsoft.Build.Framework (1)
Loader\CoreCLRAssemblyLoader.cs (1)
114
var contextForAssemblyPath = new
MSBuildLoadContext
(fullPath);
3 references to MSBuildLoadContext
Microsoft.Build.Framework (3)
Loader\CoreCLRAssemblyLoader.cs (3)
64
if (
MSBuildLoadContext
.WellKnownAssemblyNames.Contains(assemblyName.Name))
114
var
contextForAssemblyPath = new MSBuildLoadContext(fullPath);
130
if (!
MSBuildLoadContext
.WellKnownAssemblyNames.Contains(assemblyName.Name))