1 write to FullFilePath
dotnet (1)
Telemetry\PersistenceChannel\StorageTransmission.cs (1)
19FullFilePath = fullPath;
2 references to FullFilePath
dotnet (2)
Telemetry\PersistenceChannel\StorageService.cs (2)
133PeekedTransmissions.Add(file, storageTransmissionItem.FullFilePath); 173PersistenceChannelDebugLog.WriteException(e, "Failed to delete a file. file: {0}", item == null ? "null" : item.FullFilePath);