2 references to NonReentrantLock
Microsoft.CodeAnalysis.InteractiveHost (2)
AsyncLazy`1.cs (1)
66
private static readonly NonReentrantLock s_gate =
new
(useThisInstanceForSynchronization: true);
NonReentrantLock.cs (1)
66
public static readonly Func<NonReentrantLock> Factory = () => new
NonReentrantLock
(useThisInstanceForSynchronization: true);