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;
653
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
696
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
707
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) == 0
718
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
743
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
749
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0
779
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
788
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
797
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;