29 references to IsEmpty
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Utilities.cs (1)
37if (memory.IsEmpty)
Microsoft.AspNetCore.HttpLogging (1)
RequestBufferingStream.cs (1)
35if (destination.IsEmpty)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1OutputProducer.cs (1)
393if (!_currentSegment.IsEmpty)
Middleware\Internal\LoggingStream.cs (1)
109if (!destination.IsEmpty)
System.Formats.Tar (1)
System\Formats\Tar\GnuSparseStream.cs (1)
206if (buffer.IsEmpty || _virtualPosition >= _realSize)
System.IO.Compression (9)
System\IO\Compression\DeflateManaged\InputBuffer.cs (5)
94if (!_buffer.IsEmpty) 135while (_bitsInBuffer > 0 && !output.IsEmpty) 144if (output.IsEmpty) 176public bool NeedsInput() => _buffer.IsEmpty; 187if (_buffer.IsEmpty)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
487if (s_useStrictValidation && !_inflater.Finished() && _inflater.NonEmptyInput() && !buffer.IsEmpty) 503if (buffer.IsEmpty)
System\IO\Compression\Zstandard\ZstandardStream.Compress.cs (1)
176Debug.Assert(!output.IsEmpty, "Internal buffer should be initialized to non-zero size");
System\IO\Compression\Zstandard\ZstandardStream.Decompress.cs (1)
344if (_nonEmptyInput && !buffer.IsEmpty)
System.IO.Compression.Brotli (1)
System\IO\Compression\dec\BrotliStream.Decompress.cs (1)
169if (s_useStrictValidation && _nonEmptyInput && !buffer.IsEmpty)
System.IO.Ports (1)
System\IO\Ports\SerialStream.Unix.cs (1)
466if (buffer.IsEmpty)
System.Net.Http.Json (1)
System\Net\Http\Json\LengthLimitReadStream.cs (1)
48if (buffer.IsEmpty)
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
984if (buffer.IsEmpty)
System.Net.WebSockets (3)
System\Net\WebSockets\ManagedWebSocket.cs (1)
816if (payloadBuffer.IsEmpty)
System\Net\WebSockets\WebSocketStream.cs (2)
235if (result.Count > 0 || buffer.IsEmpty) 363if (result.Count > 0 || buffer.IsEmpty)
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\BufferedConnection.cs (1)
178if (_writeBuffer.IsEmpty)
System\ServiceModel\Channels\Connection.cs (2)
55if (!_preReadData.IsEmpty) 70if (!_preReadData.IsEmpty)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
317if (!buffer.IsEmpty && bytesRead == 0) 528if (buffer.IsEmpty) 603if (!endBytes.IsEmpty)
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
133if (!buffer.IsEmpty && bytesRead == 0)
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\DetectEofStream.cs (1)
43if (!buffer.IsEmpty && returnValue == 0)