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;
643
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
686
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
697
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) == 0
708
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0)
733
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
739
if ((_generationOptions &
UsageBasedMetadataGenerationOptions
.CreateReflectableArtifacts) != 0
769
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
778
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;
787
bool scanReflection = (_generationOptions &
UsageBasedMetadataGenerationOptions
.ReflectionILScanning) != 0;