10 writes to
ILCompiler.Compiler (10)
Compiler\UsageBasedMetadataManager.cs (10)
867reflectableTypes[typeWithMetadata] = MetadataCategory.Description; 875reflectableTypes[constructedType] |= MetadataCategory.RuntimeMapping; 882reflectableTypes[constructedType] |= MetadataCategory.Description; 889reflectableMethods[methodWithMetadata] = MetadataCategory.Description; 900reflectableMethods[method] |= MetadataCategory.RuntimeMapping; 907reflectableMethods[method] |= MetadataCategory.Description; 908reflectableTypes[method.OwningType] |= MetadataCategory.Description; 916reflectableFields[fieldWithMetadata] = MetadataCategory.Description; 921reflectableFields[fieldWithRuntimeMapping] |= MetadataCategory.RuntimeMapping; 928reflectableFields[fieldWithRuntimeMapping] |= MetadataCategory.Description;
4 references to
ILCompiler.Compiler (4)
Compiler\UsageBasedMetadataManager.cs (4)
880(reflectableTypes[constructedTypeDefinition] & MetadataCategory.Description) != 0) 899if ((reflectableTypes[method.OwningType] & MetadataCategory.RuntimeMapping) != 0) 905(reflectableMethods[typicalMethod] & MetadataCategory.Description) != 0) 926(reflectableFields[typicalField] & MetadataCategory.Description) != 0)