1 write to _compilerGeneratedMethodRequiresScanner
illink (1)
Linker.Steps\MarkStep.cs (1)
223
_compilerGeneratedMethodRequiresScanner
= new Dictionary<MethodBody, bool> ();
2 references to _compilerGeneratedMethodRequiresScanner
illink (2)
Linker.Steps\MarkStep.cs (2)
3534
if (
_compilerGeneratedMethodRequiresScanner
.TryGetValue (methodIL.Body, out bool requiresReflectionMethodBodyScanner))
3553
_compilerGeneratedMethodRequiresScanner
.Add (methodIL.Body, requiresReflectionMethodBodyScanner);