4 references to IsLocked
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (4)
98if (!this.IsLocked) 114while (this.IsLocked && !spin.NextSpinWillYield) 121while (this.IsLocked) 203Debug.Assert(!this.IsLocked);