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