3 references to GetTypeByName
mscorlib (3)
system\rttype.cs (1)
1978
return RuntimeTypeHandle.
GetTypeByName
(
system\runtime\remoting\remotingservices.cs (1)
2695
return RuntimeTypeHandle.
GetTypeByName
(typeName, false, false, false, ref stackMark, true /* hack */);
system\runtimehandles.cs (1)
635
return
GetTypeByName
(name, false, false, false, ref stackMark, false);