1 override of LoadFromAssemblyPath
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationParts\RelatedAssemblyPartTest.cs (1)
108public override Assembly LoadFromAssemblyPath(string assemblyPath) => throw new NotSupportedException();
1 reference to LoadFromAssemblyPath
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\RelatedAssemblyAttribute.cs (1)
93relatedAssembly = assemblyLoadContext.LoadFromAssemblyPath(relatedAssemblyLocation);