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)
943
Debug.Assert(MdToken.
IsTokenOfType
(tkField, MetadataTokenType.FieldDef));
1189
Debug.Assert(MdToken.
IsTokenOfType
(tkEvent, MetadataTokenType.Event));
1308
Debug.Assert(MdToken.
IsTokenOfType
(tkProperty, MetadataTokenType.Property));