1 write to _syncLock
Microsoft.CodeAnalysis.InteractiveHost (1)
NonReentrantLock.cs (1)
61=> _syncLock = useThisInstanceForSynchronization ? this : new object();
6 references to _syncLock
Microsoft.CodeAnalysis.InteractiveHost (6)
NonReentrantLock.cs (6)
95lock (_syncLock) 104cancellationTokenRegistration = cancellationToken.Register(s_cancellationTokenCanceledEventHandler, _syncLock, useSynchronizationContext: false); 118lock (_syncLock) 130Monitor.Wait(_syncLock); 151lock (_syncLock) 156Monitor.Pulse(_syncLock);