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