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