NDepend.API Documentation
IsUsingPinning Property (IType)
NDepend.CodeModel Namespace > IType Interface : IsUsingPinning Property
Gets a value indicating whether this type contains at least a method that 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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IType Interface
IType Members