2 writes to _streamIndex
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (2)
39_streamIndex = returnValueIndex; 41_streamIndex = streamPart.Index;
4 references to _streamIndex
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (4)
156if (_streamIndex == returnValueIndex) 158return (Stream)parameters[_streamIndex]; 163if (_streamIndex == returnValueIndex) 166parameters[_streamIndex] = streamValue;