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