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