4 references to SafeRegistryHandle
Microsoft.Win32.Registry (3)
artifacts\obj\Microsoft.Win32.Registry\Debug\net9.0\Microsoft.Win32.Registry.notsupported.cs (3)
33public Microsoft.Win32.SafeHandles.SafeRegistryHandle Handle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 54public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 55public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle, Microsoft.Win32.RegistryView view) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
26[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeRegistryHandle))]