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