C#C
C#3y ago
Ruttie

❔ Analyzer trouble

This is my first time creating a C# analyzer, and I had the following question:

I want to prevent users from creating and executing code in new threads in an event handler of an event that has a SyncOnly attribute.
Does anyone know how I might do this?
Was this page helpful?