2 references to AssemblyLoadContextWrapper
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\RelatedAssemblyAttribute.cs (1)
44
return GetRelatedAssemblies(assembly, throwOnError, File.Exists, new
AssemblyLoadContextWrapper
(loadContext));
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationParts\RelatedAssemblyPartTest.cs (1)
102
public TestableAssemblyLoadContextWrapper() :
base
(AssemblyLoadContext.Default)