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