6 references to ReflectionILScanning
ilc (1)
Program.cs (1)
441
metadataGenerationOptions |= UsageBasedMetadataGenerationOptions.
ReflectionILScanning
;
ILCompiler.Compiler (5)
Compiler\UsageBasedMetadataManager.cs (5)
653
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
743
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
779
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
788
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
797
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;