1 write to _buffer
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\BufferedProgress.cs (1)
36_buffer = underlyingProgress == null ? ArrayBuilder<T>.GetInstance() : null;
6 references to _buffer
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\BufferedProgress.cs (6)
23/// If <see langword="null"/> then <see cref="_buffer"/> will be non null and will contain all the produced values. 40=> _buffer?.Free(); 50if (_buffer != null) 52lock (_buffer) 54_buffer.Add(value); 65=> _buffer?.ToArray();