5 references to DisposableWait
Microsoft.CodeAnalysis.CodeStyle (5)
CancellableLazy`1.cs (1)
53
using (gate.
DisposableWait
(cancellationToken))
EventMap.cs (3)
27
using (_guard.
DisposableWait
())
38
using (_guard.
DisposableWait
())
71
using (_guard.
DisposableWait
())
NonReentrantLock.cs (1)
241
/// Since we want to avoid boxing the return from <see cref="NonReentrantLock.
DisposableWait
"/>, this type must be public.