== Why is this an issue? include::../description.adoc[] === Noncompliant code example [source,csharp] ---- static void Main(string[] args) { System.Reflection.FieldInfo fieldInfo = ...; SafeHandle handle = (SafeHandle)fieldInfo.GetValue(rKey); IntPtr dangerousHandle = handle.DangerousGetHandle(); // Noncompliant } ---- ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) include::../message.adoc[] include::../highlighting.adoc[] endif::env-github,rspecator-view[]