3 references to ReadManifestFileAsync
aspire (3)
Projects\PrebuiltAppHostServer.cs (3)
822
var sourcePaths = await
ReadManifestFileAsync
(closureSourcesPath, cancellationToken).ConfigureAwait(false);
823
var metadataLines = await
ReadManifestFileAsync
(closureMetadataPath, cancellationToken).ConfigureAwait(false);
824
var targetPaths = await
ReadManifestFileAsync
(closureTargetsPath, cancellationToken).ConfigureAwait(false);