3 writes to IsLocked
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
849
IsLocked
= true;
877
return
IsLocked
= Mutex.WaitOne(timeoutMs);
894
IsLocked
= false;
2 references to IsLocked
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
875
if (
IsLocked
)
888
if (
IsLocked
)