4 references to Set
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (4)
92categoryResetEvent.Set(); 120/// The semantics of this type are thus: there is internally a "set" state. When the event is <see cref="Set()"/>, the next waiter to call <see cref="WaitAsync()"/> will be let through, and the 121/// event resets to false. A call to <see cref="Set()"/> while there is already waiters will release all the waiters, and since it already let a waiter through, the state is untouched. 129/// True if <see cref="Set()"/> has been called, indicating the next waiter should be let through.