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