Implemented interface member:
method
GetAssemblyNameFromPath
Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.Interfaces.IAssemblyLoadContext.GetAssemblyNameFromPath(System.String)
1 reference to GetAssemblyNameFromPath
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\PortableSymbolReader.cs (1)
98
asm = Assembly.Load(new PlatformAssemblyLoadContext().
GetAssemblyNameFromPath
(binaryPath));