Code Inspection: Do not store SpinLock in readonly fieldLast modified: 21 March 2024tipYou 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