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