6 references to ReflectionILScanning
ilc (1)
Program.cs (1)
425
metadataGenerationOptions |= UsageBasedMetadataGenerationOptions.
ReflectionILScanning
;
ILCompiler.Compiler (5)
Compiler\UsageBasedMetadataManager.cs (5)
650
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
740
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
776
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
785
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
794
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;