2 writes to bMethodReturn
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
105
bMethodReturn
= true;
157
bMethodReturn
= false;
3 references to bMethodReturn
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (3)
183
if (!bMethodCall && !
bMethodReturn
)
218
else if (
bMethodReturn
)
449
return (bMethodCall ||
bMethodReturn
);