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