8 references to Load
Aspire.Hosting.RemoteHost (1)
AssemblyLoader.cs (1)
34_packageProbeManifest = IntegrationPackageProbeManifest.Load(probeManifestPath);
Aspire.Hosting.RemoteHost.Tests (7)
AssemblyLoaderTests.cs (2)
97var probeManifest = IntegrationPackageProbeManifest.Load(manifestPath); 139var probeManifest = IntegrationPackageProbeManifest.Load(manifestPath);
IntegrationLoadContextTests.cs (3)
55var probeManifest = IntegrationPackageProbeManifest.Load(manifestPath); 87var probeManifest = IntegrationPackageProbeManifest.Load(manifestPath); 116var probeManifest = IntegrationPackageProbeManifest.Load(manifestPath);
IntegrationPackageProbeManifestTests.cs (2)
14() => IntegrationPackageProbeManifest.Load("integration-package-probe-manifest\0.json")); 42() => IntegrationPackageProbeManifest.Load(manifestPath));