2 writes to _streamPosition
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
371
_streamPosition
= streamPosition;
379
set {
_streamPosition
= value; }
1 reference to _streamPosition
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
378
get { return
_streamPosition
; }