2 instantiations of AppHostServerClosureManifestEntry
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
129entries.Add(new AppHostServerClosureManifestEntry 219return 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)) 184IReadOnlyList<AppHostServerClosureManifestEntry> entries, 196private static string? ComputeProjectLayoutFingerprint(IReadOnlyList<AppHostServerClosureManifestEntry> entries) 206private static AppHostServerClosureManifestEntry? TryCreatePackageBackedEntry( 231private static string GetEntryFingerprint(AppHostServerClosureManifestEntry entry) 241private static string GetProjectEntryFingerprint(AppHostServerClosureManifestEntry entry) 285private static string? TryGetSatelliteCulture(AppHostServerClosureManifestEntry entry) 427foreach (var entry in manifest.Entries.Where(static entry => !entry.IsPackageBacked)) 493foreach (var entry in expectedManifest.Entries.Where(static entry => !entry.IsPackageBacked))