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