10 writes to
ILCompiler.Compiler (10)
Compiler\UsageBasedMetadataManager.cs (10)
865
reflectableTypes
[
typeWithMetadata] = MetadataCategory.Description;
873
reflectableTypes
[
constructedType] |= MetadataCategory.RuntimeMapping;
880
reflectableTypes
[
constructedType] |= MetadataCategory.Description;
887
reflectableMethods
[
methodWithMetadata] = MetadataCategory.Description;
898
reflectableMethods
[
method] |= MetadataCategory.RuntimeMapping;
905
reflectableMethods
[
method] |= MetadataCategory.Description;
906
reflectableTypes
[
method.OwningType] |= MetadataCategory.Description;
914
reflectableFields
[
fieldWithMetadata] = MetadataCategory.Description;
919
reflectableFields
[
fieldWithRuntimeMapping] |= MetadataCategory.RuntimeMapping;
926
reflectableFields
[
fieldWithRuntimeMapping] |= MetadataCategory.Description;
4 references to
ILCompiler.Compiler (4)
Compiler\UsageBasedMetadataManager.cs (4)
878
(reflectableTypes
[
constructedTypeDefinition] & MetadataCategory.Description) != 0)
897
if ((reflectableTypes
[
method.OwningType] & MetadataCategory.RuntimeMapping) != 0)
903
(reflectableMethods
[
typicalMethod] & MetadataCategory.Description) != 0)
924
(reflectableFields
[
typicalField] & MetadataCategory.Description) != 0)