3 references to System_Runtime_CompilerServices_DisablePrivateReflectionAttribute
illink (3)
Linker.Steps\MarkStep.cs (1)
3608
var disablePrivateReflection = BCL.FindPredefinedType(WellKnownType.
System_Runtime_CompilerServices_DisablePrivateReflectionAttribute
, Context);
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs (2)
40
WellKnownType.
System_Runtime_CompilerServices_DisablePrivateReflectionAttribute
=> ("System.Runtime.CompilerServices", "DisablePrivateReflectionAttribute"),
70
"DisablePrivateReflectionAttribute" => WellKnownType.
System_Runtime_CompilerServices_DisablePrivateReflectionAttribute
,