1 override of GetReturnValue
illink (1)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
96
protected override MethodReturnValue
GetReturnValue
(MethodDefinition method) => _annotations.GetMethodReturnValue (method, isNewObj: false);
1 reference to GetReturnValue
illink (1)
Linker.Dataflow\MethodBodyScanner.cs (1)
659
var methodReturnValue =
GetReturnValue
(methodBody.Method);