NDepend.API Documentation
IsNewSlot Property (IEvent)
NDepend.CodeModel Namespace > IEvent Interface : IsNewSlot Property
Gets a value indicating whether this event is new-slot.
Syntax
bool IsNewSlot {get;}
Remarks
Certainly the best resource on the web about this new slot advanced topic is this stackoverflow Q&A
Internally, NDepend relies on this new slot value to compute the override/overriden methods sets in IMethod event getter IMethod.OverriddensBase, IMethod.OverridesDerived and IMethod.OverridesDirectDerived.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IEvent Interface
IEvent Members