Base:
method
GetMetadataCategory
ILCompiler.MetadataManager.GetMetadataCategory(Internal.TypeSystem.TypeDesc)
3 references to GetMetadataCategory
ILCompiler.Compiler (3)
Compiler\AnalysisBasedMetadataManager.cs (3)
110
Debug.Assert((
GetMetadataCategory
(refType.Entity.GetTypeDefinition()) & MetadataCategory.Description)
111
== (
GetMetadataCategory
(refType.Entity) & MetadataCategory.Description));
249
return (_parent.
GetMetadataCategory
(typeDef) & MetadataCategory.Description) != 0;