1 instantiation of DkmProcess
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmRuntimeInstance.cs (1)
20
Process = new
DkmProcess
(enableNativeDebugging);
3 references to DkmProcess
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\Engine\DkmClrModuleInstance.cs (1)
45
public
DkmProcess
Process => RuntimeInstance.Process;
Debugger\Engine\DkmRuntimeInstance.cs (1)
16
public readonly
DkmProcess
Process;
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (1)
313
var
process = inspectionContext.RuntimeInstance.Process;