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