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