3 references to SplitTypeName
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Helpers.cs (2)
298name.SplitTypeName(out string ns, out string simpleName); 320fullName.SplitTypeName(out string ns, out string simpleName);
System\Reflection\TypeLoading\Types\RoType.GetInterface.cs (1)
18name.SplitTypeName(out string ns, out string simpleName);