5 references to ReturnsVoid
illink (5)
Linker.Dataflow\MethodBodyScanner.cs (3)
650
if (!signature.
ReturnsVoid
())
689
bool hasReturnValue = !methodBody.Method.
ReturnsVoid
();
1179
if (isNewObj || !calledMethod.
ReturnsVoid
())
Linker.Dataflow\MethodProxy.cs (1)
91
internal partial bool ReturnsVoid() => Method.
ReturnsVoid
();
Linker.Steps\UnsafeAccessorMarker.cs (1)
153
if (method.
ReturnsVoid
() || method.ReturnType.IsByRefOrPointer() || !string.IsNullOrEmpty(name))