3 references to Event
mscorlib (3)
system\reflection\mdimport.cs (2)
240public bool IsEvent { get { return TokenType == MetadataTokenType.Event; } } 401Enum(MetadataTokenType.Event, mdTypeDef, out result);
system\rttype.cs (1)
1279Contract.Assert(MdToken.IsTokenOfType(tkEvent, MetadataTokenType.Event));