3 references to TryGetManagedAssemblyPath
Aspire.Hosting.RemoteHost (1)
IntegrationLoadContext.cs (1)
61
var probedPath = _packageProbeManifest.
TryGetManagedAssemblyPath
(assemblyName)
Aspire.Hosting.RemoteHost.Tests (2)
IntegrationLoadContextTests.cs (2)
120
probeManifest.
TryGetManagedAssemblyPath
(new AssemblyName("Aspire.Hosting.Redis.resources")
124
Assert.Null(probeManifest.
TryGetManagedAssemblyPath
(new AssemblyName("Aspire.Hosting.Redis.resources")));