1 implementation of TryDelete
Microsoft.DotNet.Cli.Telemetry (1)
Implementation\FileSystemTelemetryBlobStorage.cs (1)
74public bool TryDelete() => blob.TryDelete();
3 references to TryDelete
Microsoft.DotNet.Cli.Telemetry (3)
Implementation\PersistentStorageTelemetryUploader.cs (3)
75deleted = blob.TryDelete(); 95deleted = blob.TryDelete(); 99deleted = blob.TryDelete();