Code Inspection: Do not store SpinLock in readonly field Last modified: 05 September 2023 tipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.This inspection reports SpinLock struct instances stored in readonly fields. For more information, refer toStackOverflow: SpinLock and readonly fieldsEric Lippert's blog: Mutating readonly structs