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