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