NDepend.API Documentation
MethodsWritingMe Property
NDepend.CodeModel Namespace > IProperty Interface : MethodsWritingMe Property
Gets a sequence of methods that are calling this property's setter (if defined).
Syntax
IEnumerable<IMethod> MethodsWritingMe {get;}
Remarks
For an instance property, constructor(s) of its class that write the property are not counted. For a static property, the class constructor that writes the property is not counted.
Requirements

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

See Also

Reference

IProperty Interface
IProperty Members