2 instantiations of AppHostServerClosureManifestEntry
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
129
entries.Add(new
AppHostServerClosureManifestEntry
219
return new
AppHostServerClosureManifestEntry
11 references to AppHostServerClosureManifestEntry
aspire (11)
Projects\AppHostServerClosureSnapshots.cs (11)
79
public required IReadOnlyList<
AppHostServerClosureManifestEntry
> Entries { get; init; }
111
var entries = new List<
AppHostServerClosureManifestEntry
>();
153
foreach (
var
entry in Entries.Where(static entry => entry.IsPackageBacked))
184
IReadOnlyList<
AppHostServerClosureManifestEntry
> entries,
196
private static string? ComputeProjectLayoutFingerprint(IReadOnlyList<
AppHostServerClosureManifestEntry
> entries)
206
private static
AppHostServerClosureManifestEntry
? TryCreatePackageBackedEntry(
231
private static string GetEntryFingerprint(
AppHostServerClosureManifestEntry
entry)
241
private static string GetProjectEntryFingerprint(
AppHostServerClosureManifestEntry
entry)
285
private static string? TryGetSatelliteCulture(
AppHostServerClosureManifestEntry
entry)
427
foreach (
var
entry in manifest.Entries.Where(static entry => !entry.IsPackageBacked))
493
foreach (
var
entry in expectedManifest.Entries.Where(static entry => !entry.IsPackageBacked))