7 references to SeekNotSupported
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (4)
82
throw Fx.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
));
86
throw Fx.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
));
170
throw Fx.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
));
175
throw Fx.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
961
get { throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
)); }
968
throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
));
973
throw FxTrace.Exception.AsError(new NotSupportedException(InternalSR.
SeekNotSupported
));