1 instantiation of MSBuildLoadContext
Microsoft.Build (1)
CoreCLRAssemblyLoader.cs (1)
98
var contextForAssemblyPath = new
MSBuildLoadContext
(fullPath);
2 references to MSBuildLoadContext
Microsoft.Build (2)
CoreCLRAssemblyLoader.cs (2)
98
var
contextForAssemblyPath = new MSBuildLoadContext(fullPath);
113
if (!
MSBuildLoadContext
.WellKnownAssemblyNames.Contains(assemblyName.Name))