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