1 implementation of GetAssemblyNameFromPath
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\Runtime\PlatformAssemblyLoadContext.cs (1)
17
public AssemblyName
GetAssemblyNameFromPath
(string assemblyPath)
1 reference to GetAssemblyNameFromPath
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\AssemblyResolver.cs (1)
169
AssemblyName foundName = _platformAssemblyLoadContext.
GetAssemblyNameFromPath
(assemblyPath);