1 instantiation of MSBuildLoadContext
Microsoft.Build.Framework (1)
Loader\CoreCLRAssemblyLoader.cs (1)
100
var contextForAssemblyPath = new
MSBuildLoadContext
(fullPath);
4 references to MSBuildLoadContext
Microsoft.Build.CommandLine.UnitTests (2)
ValidateAssemblyLoadContext.cs (2)
26
if (thisLoadContext.GetType().FullName == typeof(
MSBuildLoadContext
).FullName)
39
Log.LogError($"Load context was a {thisLoadContext.GetType().AssemblyQualifiedName} instead of an {typeof(
MSBuildLoadContext
).AssemblyQualifiedName}");
Microsoft.Build.Framework (2)
Loader\CoreCLRAssemblyLoader.cs (2)
100
var
contextForAssemblyPath = new MSBuildLoadContext(fullPath);
115
if (!
MSBuildLoadContext
.WellKnownAssemblyNames.Contains(assemblyName.Name))