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