CriticalHandle.cs 118 B

123456789
  1. namespace System.Runtime.InteropServices
  2. {
  3. partial class CriticalHandle
  4. {
  5. void ReleaseHandleFailed ()
  6. {
  7. }
  8. }
  9. }