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)
156
if (
_streamIndex
== returnValueIndex)
158
return (Stream)parameters[
_streamIndex
];
163
if (
_streamIndex
== returnValueIndex)
166
parameters[
_streamIndex
] = streamValue;