1 implementation of TryPersist
Microsoft.DotNet.Cli.Telemetry (1)
Implementation\FileSystemTelemetryBlobStorage.cs (1)
32
public bool
TryPersist
(byte[] data)
3 references to TryPersist
Microsoft.DotNet.Cli.Telemetry (3)
Implementation\PersistentStorageTelemetryUploader.cs (1)
132
_storage.
TryPersist
(remainder);
PersistentStorageLogExporter.cs (1)
68
return _storage.
TryPersist
(bytes) ? ExportResult.Success : ExportResult.Failure;
PersistentStorageTraceExporter.cs (1)
71
return _storage.
TryPersist
(bytes) ? ExportResult.Success : ExportResult.Failure;