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