diff --git a/doc/analyzers/PH_B007.md b/doc/analyzers/PH_B007.md index 5a2a845..741f6d2 100644 --- a/doc/analyzers/PH_B007.md +++ b/doc/analyzers/PH_B007.md @@ -6,4 +6,4 @@ Multiple succeeding operations on the same concurrent collection are prone to ra ## Solution -Re-design the combination of multiple operations to a single operation with a suitable method of the concurrent collection. +Re-design the combination of multiple operations to a single operation with a suitable method of the concurrent collection. If the invoked must not be canceled (e.g., for logging a failure), pass `CancellationToken.None` instead to explicitly state the intention.