5 references to GetType
mscorlib (5)
system\type.cs (4)
93return RuntimeType.GetType(typeName, throwOnError, ignoreCase, false, ref stackMark); 99return RuntimeType.GetType(typeName, throwOnError, false, false, ref stackMark); 105return RuntimeType.GetType(typeName, false, false, false, ref stackMark); 147return RuntimeType.GetType(typeName, throwIfNotFound, ignoreCase, true /*reflectionOnly*/, ref stackMark);
system\typenameparser.cs (1)
274type = RuntimeType.GetType(OuterMostTypeName, throwOnError, ignoreCase, false, ref stackMark);