9 references to ReturnAllPooledBuffers
System.Net.Http (9)
System\Net\Http\HttpClient.cs (2)
228buffer?.ReturnAllPooledBuffers(); 305buffer?.ReturnAllPooledBuffers();
System\Net\Http\HttpContent.cs (7)
415tempBuffer.ReturnAllPooledBuffers(); 502tempBuffer.ReturnAllPooledBuffers(); 522tempBuffer.ReturnAllPooledBuffers(); // Cleanup partially filled stream. 656_bufferedContent.ReturnAllPooledBuffers(); 788/// the execution path we control. In practice this means <see cref="LoadIntoBufferAsync()"/> must call <see cref="ReturnAllPooledBuffers"/> 908ReturnAllPooledBuffers(); 982ReturnAllPooledBuffers();