1 write to DisablePrivateReflectionAttributeCtor
illink (1)
Linker.Steps\MarkStep.cs (1)
3320
Context.MarkedKnownMembers.
DisablePrivateReflectionAttributeCtor
= ctor ??
2 references to DisablePrivateReflectionAttributeCtor
illink (2)
Linker.Steps\MarkStep.cs (1)
3309
if (Context.MarkedKnownMembers.
DisablePrivateReflectionAttributeCtor
!= null)
Linker.Steps\ReflectionBlockedStep.cs (1)
70
MethodReference ctor = Context.MarkedKnownMembers.
DisablePrivateReflectionAttributeCtor
?? throw new InvalidOperationException ();