4 references to NonReentrantLock
Microsoft.CodeAnalysis.CodeStyle (4)
AsyncLazy`1.cs (1)
66private static readonly NonReentrantLock s_gate = new(useThisInstanceForSynchronization: true);
CancellableLazy`1.cs (1)
19_gate = new NonReentrantLock();
EventMap.cs (1)
15private readonly NonReentrantLock _guard = new();
NonReentrantLock.cs (1)
66public static readonly Func<NonReentrantLock> Factory = () => new NonReentrantLock(useThisInstanceForSynchronization: true);