11 references to Complete
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AsyncQueue.cs (4)
163/// Same operation as <see cref="AsyncQueue{TElement}.Complete"/> except it will not 212/// Gets a task that transitions to a completed state when <see cref="Complete"/> or 228/// is empty, the returned task waits for an element to be enqueued. If <see cref="Complete"/> 257/// is empty, the returned task waits for an element to be enqueued. If <see cref="Complete"/>
Microsoft.CodeAnalysis.UnitTests (6)
AsyncQueueTests.cs (6)
37queue.Complete(); 46queue.Complete(); 100queue.Complete(); 124queue.Complete(); 146queue.Complete(); 223queue.Complete();
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
118_queue.Complete();