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