1 write to LastAutomaticCleanupUtc
dotnet (1)
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
111LastAutomaticCleanupUtc = DateTime.UtcNow,
3 references to LastAutomaticCleanupUtc
dotnet (3)
_generated\39\RunFileJsonSerializerContext.RunFileArtifactsMetadata.g.cs (2)
58Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Clean.FileBasedAppArtifacts.RunFileArtifactsMetadata)obj).LastAutomaticCleanupUtc, 87global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.DotNet.Cli.Commands.Clean.FileBasedAppArtifacts.RunFileArtifactsMetadata)value).LastAutomaticCleanupUtc, NullableDateTime);
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
165if (metadata?.LastAutomaticCleanupUtc is not { } timestamp)