4 references to IsTokenOfType
System.Private.CoreLib (4)
src\System\Reflection\RuntimeParameterInfo.cs (1)
185
Debug.Assert(MdToken.IsNullToken(tkParamDef) || MdToken.
IsTokenOfType
(tkParamDef, MetadataTokenType.ParamDef));
src\System\RuntimeType.CoreCLR.cs (3)
944
Debug.Assert(MdToken.
IsTokenOfType
(tkField, MetadataTokenType.FieldDef));
1194
Debug.Assert(MdToken.
IsTokenOfType
(tkEvent, MetadataTokenType.Event));
1311
Debug.Assert(MdToken.
IsTokenOfType
(tkProperty, MetadataTokenType.Property));