2 references to CreateNotSupportedException_UnflushedBytes
System.IO.Pipelines (2)
System\IO\Pipelines\PipeWriter.cs (1)
155public virtual long UnflushedBytes => throw ThrowHelper.CreateNotSupportedException_UnflushedBytes();
System\IO\Pipelines\ThrowHelper.cs (1)
88public static void ThrowNotSupported_UnflushedBytes() => throw CreateNotSupportedException_UnflushedBytes();