19 references to UsageBasedMetadataGenerationOptions
ilc (5)
Program.cs (5)
431
UsageBasedMetadataGenerationOptions
metadataGenerationOptions = default;
439
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.CompleteTypesOnly;
441
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.ReflectionILScanning;
443
metadataGenerationOptions |=
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts;
445
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;
651
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
694
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
705
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) == 0
716
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
741
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
747
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0
777
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
786
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
795
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;