2 instantiations of AppHostServerClosureManifestEntry
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
129
entries.Add(new
AppHostServerClosureManifestEntry
217
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))
182
IReadOnlyList<
AppHostServerClosureManifestEntry
> entries,
194
private static string? ComputeProjectLayoutFingerprint(IReadOnlyList<
AppHostServerClosureManifestEntry
> entries)
204
private static
AppHostServerClosureManifestEntry
? TryCreatePackageBackedEntry(
229
private static string GetEntryFingerprint(
AppHostServerClosureManifestEntry
entry)
239
private static string GetProjectEntryFingerprint(
AppHostServerClosureManifestEntry
entry)
283
private static string? TryGetSatelliteCulture(
AppHostServerClosureManifestEntry
entry)
425
foreach (
var
entry in manifest.Entries.Where(static entry => !entry.IsPackageBacked))
491
foreach (
var
entry in expectedManifest.Entries.Where(static entry => !entry.IsPackageBacked))