4 references to IsLocked
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (4)
97if (!this.IsLocked) 113while (this.IsLocked && !spin.NextSpinWillYield) 120while (this.IsLocked) 202Debug.Assert(!this.IsLocked);