14 references to GetMetadataPath
Aspire.Hosting (2)
Lifecycle\TerminalHostOrphanCleanupService.cs (1)
188var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId);
TerminalResourceBuilderExtensions.cs (1)
436var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId);
Aspire.Hosting.Tests (12)
TerminalHostPathsTests.cs (2)
46var metadata = TerminalHostPaths.GetMetadataPath(trmnlDirectory, id); 56var metadata = TerminalHostPaths.GetMetadataPath(trmnlDirectory, id);
WithTerminalTests.cs (10)
661var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 687var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 709var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 727TerminalHostPaths.GetMetadataPath(trmnlDirectory, expiredReplicaId)); 729TerminalHostPaths.GetMetadataPath(trmnlDirectory, recentReplicaId)); 819var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 845var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 871var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 900var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 929var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId);