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)
418var boolType = runtime.GetType((TypeImpl)typeof(bool)); 434var valueType = runtime.GetType((TypeImpl)RawValue.GetType()); 481type: runtime.GetType((TypeImpl)exception.GetType()), 508type: runtime.GetType((TypeImpl)exception.GetType()), 538type: runtime.GetType(type),