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