10 writes to
ILCompiler.Compiler (10)
Compiler\UsageBasedMetadataManager.cs (10)
857reflectableTypes[typeWithMetadata] = MetadataCategory.Description; 865reflectableTypes[constructedType] |= MetadataCategory.RuntimeMapping; 872reflectableTypes[constructedType] |= MetadataCategory.Description; 879reflectableMethods[methodWithMetadata] = MetadataCategory.Description; 890reflectableMethods[method] |= MetadataCategory.RuntimeMapping; 897reflectableMethods[method] |= MetadataCategory.Description; 898reflectableTypes[method.OwningType] |= MetadataCategory.Description; 906reflectableFields[fieldWithMetadata] = MetadataCategory.Description; 911reflectableFields[fieldWithRuntimeMapping] |= MetadataCategory.RuntimeMapping; 918reflectableFields[fieldWithRuntimeMapping] |= MetadataCategory.Description;
4 references to
ILCompiler.Compiler (4)
Compiler\UsageBasedMetadataManager.cs (4)
870(reflectableTypes[constructedTypeDefinition] & MetadataCategory.Description) != 0) 889if ((reflectableTypes[method.OwningType] & MetadataCategory.RuntimeMapping) != 0) 895(reflectableMethods[typicalMethod] & MetadataCategory.Description) != 0) 916(reflectableFields[typicalField] & MetadataCategory.Description) != 0)