Suppose I have the following code:
public class SomeClass() { private readonly object _lock = new object(); public void SomeMethodA() { lock
I wish that was possible, that would make my code much, much cleaner.