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