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