2 references to DisablePrivateReflectionRequirement
illink (2)
Linker.Steps\MarkStep.cs (1)
3322
var ctor = MarkMethodIf (disablePrivateReflection.Methods, MethodDefinitionExtensions.IsDefaultConstructor, new DependencyInfo (DependencyKind.
DisablePrivateReflectionRequirement
, disablePrivateReflection), emptyOrigin);
Linker\DependencyInfo.cs (1)
157
public static readonly DependencyInfo DisablePrivateReflectionRequirement = new DependencyInfo (DependencyKind.
DisablePrivateReflectionRequirement
, null);