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