14 references to GetMetadataPath
Aspire.Hosting (2)
Lifecycle\TerminalHostOrphanCleanupService.cs (1)
188var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId);
TerminalResourceBuilderExtensions.cs (1)
451var 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)
612var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 638var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 660var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 678TerminalHostPaths.GetMetadataPath(trmnlDirectory, expiredReplicaId)); 680TerminalHostPaths.GetMetadataPath(trmnlDirectory, recentReplicaId)); 770var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 796var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 822var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 851var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId); 880var metadataPath = TerminalHostPaths.GetMetadataPath(trmnlDirectory, replicaId);