1 write to DefaultModule
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrRuntimeInstance.cs (1)
51DefaultModule = getModule(this, null);
4 references to DefaultModule
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
Debugger\Engine\DkmClrRuntimeInstance.cs (2)
69var module = this.Modules.FirstOrDefault(m => m.Assembly == assembly) ?? DefaultModule; 127return this.Modules.FirstOrDefault(m => m.Mvid == mvid) ?? DefaultModule;
Debugger\Engine\DkmClrType.cs (2)
59this(runtime.DefaultModule, runtime.DefaultAppDomain, lmrType) 166return new DkmClrType(appDomain.RuntimeInstance.DefaultModule, appDomain, type);