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