1 write to _options
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
105
_options
= options;
2 references to _options
ILCompiler.Compiler (2)
Compiler\MetadataManager.cs (1)
112
public bool IsDataDehydrated => (
_options
& MetadataManagerOptions.DehydrateData) != 0;
Compiler\UsageBasedMetadataManager.cs (1)
932
reflectableFields.ToEnumerable(), _customAttributesWithMetadata, _parametersWithMetadata,
_options
);