Base:
method
GetMetadataCategory
ILCompiler.MetadataManager.GetMetadataCategory(Internal.TypeSystem.FieldDesc)
3 references to GetMetadataCategory
ILCompiler.Compiler (3)
Compiler\AnalysisBasedMetadataManager.cs (3)
132
Debug.Assert((
GetMetadataCategory
(refField.Entity.GetTypicalFieldDefinition()) & MetadataCategory.Description)
133
== (
GetMetadataCategory
(refField.Entity) & MetadataCategory.Description));
239
return (_parent.
GetMetadataCategory
(fieldDef) & MetadataCategory.Description) != 0;