Skip to content

Possible Multiple Consumption

Michael Damatov edited this page Jan 17, 2024 · 3 revisions

Warns when ValueTask or ValueTask<T> values consumed more than once.

Applies to

  • ValueTask and ValueTask<T> parameters
  • ValueTask and ValueTask<T> variables

💡 The analyzer can be deactivated in the ReSharper Options dialog.

References