2 instantiations of ExportArchive
aspire (2)
Commands\ExportCommand.cs (1)
189var exportArchive = new ExportArchive();
Profiling\ProfileCaptureService.cs (1)
340var archive = new ExportArchive();
6 references to ExportArchive
aspire (6)
Commands\ExportCommand.cs (5)
189var exportArchive = new ExportArchive(); 231private static void AddResources(ExportArchive exportArchive, IReadOnlyList<ResourceSnapshot> snapshots, string? resourceName) 251ExportArchive exportArchive, 287ExportArchive exportArchive, 318ExportArchive exportArchive,
Profiling\ProfileCaptureService.cs (1)
340var archive = new ExportArchive();