2 references to GetTypeCore
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Helpers.cs (2)
299
RoType? type = defaultAssembly.
GetTypeCore
(ns, simpleName, ignoreCase: ignoreCase, out Exception? e);
321
Type? type = roAssembly.
GetTypeCore
(ns, simpleName, ignoreCase: ignoreCase2, out Exception? e);