19 references to UsageBasedMetadataGenerationOptions
ilc (5)
Program.cs (5)
415
UsageBasedMetadataGenerationOptions
metadataGenerationOptions = default;
423
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.CompleteTypesOnly;
425
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.ReflectionILScanning;
427
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts;
429
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.RootDefaultAssemblies;
ILCompiler.Compiler (14)
Compiler\DependencyAnalysis\TypeMetadataNode.cs (1)
70
if ((mdManager._generationOptions &
UsageBasedMetadataGenerationOptions
.CompleteTypesOnly) != 0)
Compiler\UsageBasedMetadataManager.cs (13)
41
internal readonly
UsageBasedMetadataGenerationOptions
_generationOptions;
80
UsageBasedMetadataGenerationOptions
generationOptions,
225
protected override bool AllMethodsCanBeReflectable => (_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0;
359
fullyRoot = (_generationOptions &
UsageBasedMetadataGenerationOptions
.RootDefaultAssemblies) != 0;
650
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
693
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
704
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) == 0
715
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
740
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
746
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0
776
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
785
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
794
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;