1 override of AllMethodsCanBeReflectable
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
225protected override bool AllMethodsCanBeReflectable => (_generationOptions & UsageBasedMetadataGenerationOptions.CreateReflectableArtifacts) != 0;
1 reference to AllMethodsCanBeReflectable
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
263if (AllMethodsCanBeReflectable && !IsReflectionBlocked(methodNode.Method))