10 writes to
ILCompiler.Compiler (10)
Compiler\UsageBasedMetadataManager.cs (10)
864reflectableTypes[typeWithMetadata] = MetadataCategory.Description; 872reflectableTypes[constructedType] |= MetadataCategory.RuntimeMapping; 879reflectableTypes[constructedType] |= MetadataCategory.Description; 886reflectableMethods[methodWithMetadata] = MetadataCategory.Description; 897reflectableMethods[method] |= MetadataCategory.RuntimeMapping; 904reflectableMethods[method] |= MetadataCategory.Description; 905reflectableTypes[method.OwningType] |= MetadataCategory.Description; 913reflectableFields[fieldWithMetadata] = MetadataCategory.Description; 918reflectableFields[fieldWithRuntimeMapping] |= MetadataCategory.RuntimeMapping; 925reflectableFields[fieldWithRuntimeMapping] |= MetadataCategory.Description;
4 references to
ILCompiler.Compiler (4)
Compiler\UsageBasedMetadataManager.cs (4)
877(reflectableTypes[constructedTypeDefinition] & MetadataCategory.Description) != 0) 896if ((reflectableTypes[method.OwningType] & MetadataCategory.RuntimeMapping) != 0) 902(reflectableMethods[typicalMethod] & MetadataCategory.Description) != 0) 923(reflectableFields[typicalField] & MetadataCategory.Description) != 0)