1 instantiation of MSBuildLoadContext
MSBuild (1)
CoreCLRAssemblyLoader.cs (1)
98
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}");
MSBuild (2)
CoreCLRAssemblyLoader.cs (2)
98
var
contextForAssemblyPath = new MSBuildLoadContext(fullPath);
113
if (!
MSBuildLoadContext
.WellKnownAssemblyNames.Contains(assemblyName.Name))