6 references to GetType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (6)
Debugger\Engine\DkmClrModuleInstance.cs (1)
61return RuntimeInstance.GetType((TypeImpl)type);
Debugger\Engine\DkmClrValue.cs (5)
420var boolType = runtime.GetType((TypeImpl)typeof(bool)); 436var valueType = runtime.GetType((TypeImpl)RawValue.GetType()); 483type: runtime.GetType((TypeImpl)exception.GetType()), 510type: runtime.GetType((TypeImpl)exception.GetType()), 540type: runtime.GetType(type),