3 references to SafeHandle
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
73
_remoteProcessHandle = _remoteProcess?.
SafeHandle
;
Microsoft.DotNet.RemoteExecutor (1)
MiniDump.cs (1)
31
if (MiniDumpWriteDump(process.
SafeHandle
, process.Id, fs.SafeFileHandle, MiniDumpType, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero) == 0)
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
130
public IntPtr Handle =>
SafeHandle
.DangerousGetHandle();