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)
116if (_temporaryPath is null) 121File.Move(_temporaryPath, sidecarPath, overwrite: true); 127if (_temporaryPath is not null && File.Exists(_temporaryPath)) 129File.Delete(_temporaryPath);