2 writes to SourcePath
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
132
SourcePath
= normalizedSourcePath,
220
SourcePath
= normalizedSourcePath,
5 references to SourcePath
aspire (5)
Projects\AppHostServerClosureSnapshots.cs (5)
160
Path = entry.
SourcePath
165
if (!entry.
SourcePath
.EndsWith(".dll", StringComparison.OrdinalIgnoreCase))
174
Path = entry.
SourcePath
233
return $"packages/{entry.RelativePath}|{entry.AssetType ?? "runtime"}|{entry.PackageId}|{entry.PackageVersion}|{entry.PathInPackage}|{entry.PackageSha512}|{entry.
SourcePath
}";
436
File.Copy(entry.
SourcePath
, destinationPath, overwrite: false);