2 references to RuntimeInstance
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmClrValue.cs (2)
104
var valueType = new DkmClrType(this.Type.
RuntimeInstance
, (value == null || elementType.IsPointer) ? elementType : (TypeImpl)value.GetType());
394
var runtime = this.Type.
RuntimeInstance
;