6 references to ReflectionILScanning
ilc (1)
Program.cs (1)
441
metadataGenerationOptions |= UsageBasedMetadataGenerationOptions.
ReflectionILScanning
;
ILCompiler.Compiler (5)
Compiler\UsageBasedMetadataManager.cs (5)
651
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
741
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
777
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
786
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;
795
bool scanReflection = (_generationOptions & UsageBasedMetadataGenerationOptions.
ReflectionILScanning
) != 0;