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