Base:
2 references to Position
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\BufferedWriteStream.cs (2)
132get { throw new NotSupportedException(nameof(Position)); } 133set { throw new NotSupportedException(nameof(Position)); }