2 writes to _streamIndex
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\StreamFormatter.cs (2)
41_streamIndex = returnValueIndex; 45_streamIndex = streamPart.Index;
4 references to _streamIndex
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\StreamFormatter.cs (4)
185if (_streamIndex == returnValueIndex) 190return (Stream)parameters[_streamIndex]; 195if (_streamIndex == returnValueIndex) 201parameters[_streamIndex] = streamValue;