4 references to IsTokenOfType
mscorlib (4)
system\reflection\parameterinfo.cs (1)
478
Contract.Assert(MdToken.IsNullToken(tkParamDef) || MdToken.
IsTokenOfType
(tkParamDef, MetadataTokenType.ParamDef));
system\rttype.cs (3)
999
Contract.Assert(MdToken.
IsTokenOfType
(tkField, MetadataTokenType.FieldDef));
1279
Contract.Assert(MdToken.
IsTokenOfType
(tkEvent, MetadataTokenType.Event));
1392
Contract.Assert(MdToken.
IsTokenOfType
(tkProperty, MetadataTokenType.Property));