NDepend.API Documentation
IsUsingPinning Property (IMethod)
NDepend.CodeModel Namespace > IMethod Interface : IsUsingPinning Property
Gets a value indicating whether this method contains unsafe code that is using pinning.
Syntax
bool IsUsingPinning {get;}
Remarks
VB.NET does not support unsafe code but C# does.
In C#, pinning is generated through the fixed keyword.
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