3 writes to IsLocked
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
845
IsLocked
= true;
873
return
IsLocked
= Mutex.WaitOne(timeoutMs);
890
IsLocked
= false;
2 references to IsLocked
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
871
if (
IsLocked
)
884
if (
IsLocked
)