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