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