4 references to IsLocked
Microsoft.CodeAnalysis.CodeStyle (4)
NonReentrantLock.cs (4)
97if (!this.IsLocked) 113while (this.IsLocked && !spin.NextSpinWillYield) 120while (this.IsLocked) 202Debug.Assert(!this.IsLocked);