3 references to GetNativeLibraryPaths
Aspire.Hosting.RemoteHost (1)
IntegrationLoadContext.cs (1)
88foreach (var path in _packageProbeManifest.GetNativeLibraryPaths(unmanagedDllName))
Aspire.Hosting.RemoteHost.Tests (2)
IntegrationLoadContextTests.cs (2)
89Assert.Contains(nativeLibraryPath, probeManifest.GetNativeLibraryPaths("e_sqlite3")); 90Assert.Contains(nativeLibraryPath, probeManifest.GetNativeLibraryPaths("libe_sqlite3.so"));