2 instantiations of AppHostServerClosureManifestEntry
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
129entries.Add(new AppHostServerClosureManifestEntry 217return new AppHostServerClosureManifestEntry
11 references to AppHostServerClosureManifestEntry
aspire (11)
Projects\AppHostServerClosureSnapshots.cs (11)
79public required IReadOnlyList<AppHostServerClosureManifestEntry> Entries { get; init; } 111var entries = new List<AppHostServerClosureManifestEntry>(); 153foreach (var entry in Entries.Where(static entry => entry.IsPackageBacked)) 182IReadOnlyList<AppHostServerClosureManifestEntry> entries, 194private static string? ComputeProjectLayoutFingerprint(IReadOnlyList<AppHostServerClosureManifestEntry> entries) 204private static AppHostServerClosureManifestEntry? TryCreatePackageBackedEntry( 229private static string GetEntryFingerprint(AppHostServerClosureManifestEntry entry) 239private static string GetProjectEntryFingerprint(AppHostServerClosureManifestEntry entry) 283private static string? TryGetSatelliteCulture(AppHostServerClosureManifestEntry entry) 425foreach (var entry in manifest.Entries.Where(static entry => !entry.IsPackageBacked)) 491foreach (var entry in expectedManifest.Entries.Where(static entry => !entry.IsPackageBacked))