2 overrides of GetStoragePath
aspire (2)
Telemetry\LinuxMachineInformationProvider.cs (1)
22public override string GetStoragePath()
Telemetry\MacOSXMachineInformationProvider.cs (1)
28public override string GetStoragePath()
1 reference to GetStoragePath
aspire (1)
Telemetry\UnixMachineInformationProvider.cs (1)
28cachePath = Path.Combine(GetStoragePath(), MicrosoftDirectory, DeveloperToolsDirectory);