1 write to Entity
ILCompiler.Compiler (1)
Compiler\AnalysisBasedMetadataManager.cs (1)
303
Entity
= entity;
7 references to Entity
ILCompiler.Compiler (7)
Compiler\AnalysisBasedMetadataManager.cs (7)
69
_reflectableTypes.Add(refType.
Entity
, refType.Category);
77
|| (_reflectableTypes[refMethod.
Entity
.OwningType] & MetadataCategory.Description) != 0);
79
|| (_reflectableTypes[refMethod.
Entity
.OwningType] & MetadataCategory.RuntimeMapping) != 0);
80
_reflectableMethods.Add(refMethod.
Entity
, refMethod.Category);
88
|| (_reflectableTypes[refField.
Entity
.OwningType] & MetadataCategory.Description) != 0);
90
|| (_reflectableTypes[refField.
Entity
.OwningType] & MetadataCategory.RuntimeMapping) != 0);
91
_reflectableFields.Add(refField.
Entity
, refField.Category);