6 references to ReflectionILScanning
ilc (1)
Program.cs (1)
441
metadataGenerationOptions |= UsageBasedMetadataGenerationOptions.
ReflectionILScanning
;
ILCompiler.Compiler (5)
Compiler\UsageBasedMetadataManager.cs (5)
643
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
733
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
769
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
778
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
787
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;