Home
last modified time | relevance | path

Searched refs:TagToTokenTypeArray (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DHasCustomAttributeTag.cs40 internal static uint[] TagToTokenTypeArray = field in System.Reflection.Metadata.Ecma335.HasCustomAttributeTag
104 uint tokenType = TagToTokenTypeArray[hasCustomAttribute & TagMask]; in ConvertToHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/
H A DHasCustomDebugInformationTag.cs48 internal static uint[] TagToTokenTypeArray = field in System.Reflection.Metadata.Ecma335.HasCustomDebugInformationTag
118 uint tokenType = TagToTokenTypeArray[taggedReference & TagMask]; in ConvertToHandle()