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