4 references to NotSupported_UnseekableStream
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (3)
77
public override long Length => throw new NotSupportedException(SR.
NotSupported_UnseekableStream
);
81
get => throw new NotSupportedException(SR.
NotSupported_UnseekableStream
);
447
=> throw new NotSupportedException(SR.
NotSupported_UnseekableStream
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
440
throw new NotSupportedException(SR.
NotSupported_UnseekableStream
);