1 instantiation of DkmClrRuntimeInstance
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrRuntimeInstance.cs (1)
31
internal static readonly DkmClrRuntimeInstance DefaultRuntime = new
DkmClrRuntimeInstance
(new Assembly[0]);
12 references to DkmClrRuntimeInstance
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (12)
Debugger\Engine\DkmClrAppDomain.cs (2)
33
internal DkmClrAppDomain(
DkmClrRuntimeInstance
runtime)
39
public
DkmClrRuntimeInstance
RuntimeInstance { get; }
Debugger\Engine\DkmClrModuleInstance.cs (2)
31
public DkmClrModuleInstance(
DkmClrRuntimeInstance
runtimeInstance, Assembly assembly, DkmModule module) :
43
public
DkmClrRuntimeInstance
RuntimeInstance { get; }
Debugger\Engine\DkmClrRuntimeInstance.cs (2)
27
internal delegate DkmClrModuleInstance GetModuleDelegate(
DkmClrRuntimeInstance
runtime, Assembly assembly);
31
internal static readonly
DkmClrRuntimeInstance
DefaultRuntime = new DkmClrRuntimeInstance(new Assembly[0]);
Debugger\Engine\DkmClrType.cs (3)
54
this(
DkmClrRuntimeInstance
.DefaultRuntime, lmrType)
58
internal DkmClrType(
DkmClrRuntimeInstance
runtime, Type lmrType) :
149
public
DkmClrRuntimeInstance
RuntimeInstance
Debugger\Engine\DkmClrValue.cs (1)
394
var
runtime = this.Type.RuntimeInstance;
Debugger\Engine\DkmInspectionContext.cs (1)
47
this.RuntimeInstance = runtimeInstance ??
DkmClrRuntimeInstance
.DefaultRuntime;
ReflectionUtilities.cs (1)
32
internal static AssemblyLoadContext Load(this
DkmClrRuntimeInstance
runtime)