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