NDepend.API Documentation
IsNewSlot Property (IMethod)
NDepend.CodeModel Namespace > IMethod Interface : IsNewSlot Property
Gets a value indicating whether this method has a new slot in the type's method table.
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 property getter OverriddensBase, OverridesDerived and OverridesDirectDerived.
Requirements

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

See Also

Reference

IMethod Interface
IMethod Members