2 references to CheckRequiresReflectionMethodBodyScanner
illink (2)
Linker.Steps\MarkStep.cs (2)
3234
return
CheckRequiresReflectionMethodBodyScanner
(Context.GetMethodIL(method));
3901
Debug.Assert(requiresReflectionMethodBodyScanner ==
CheckRequiresReflectionMethodBodyScanner
(methodIL), $"Inconsistent result for {nameof(requiresReflectionMethodBodyScanner)} for method {methodIL.Method.GetDisplayName()}");