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