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