2 writes to streamIndex
System.ServiceModel (2)
System\ServiceModel\Dispatcher\StreamFormatter.cs (2)
37this.streamIndex = returnValueIndex; 39this.streamIndex = streamPart.Index;
4 references to streamIndex
System.ServiceModel (4)
System\ServiceModel\Dispatcher\StreamFormatter.cs (4)
153if (streamIndex == returnValueIndex) 155return (Stream)parameters[streamIndex]; 160if (streamIndex == returnValueIndex) 163parameters[streamIndex] = streamValue;