2 writes to _temporaryPath
aspire (2)
Acquisition\InstallSidecarWriter.cs (2)
122
_temporaryPath
= null;
132
_temporaryPath
= null;
5 references to _temporaryPath
aspire (5)
Acquisition\InstallSidecarWriter.cs (5)
116
if (
_temporaryPath
is null)
121
File.Move(
_temporaryPath
, sidecarPath, overwrite: true);
127
if (
_temporaryPath
is not null && File.Exists(
_temporaryPath
))
129
File.Delete(
_temporaryPath
);