3 references to ToUtf8
System.Reflection.MetadataLoadContext (3)
System\Reflection\Runtime\BindingFlagSupport\NameFilter.cs (1)
26_expectedNameUtf8 = expectedName.ToUtf8();
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (2)
123internal RoDefinitionType? GetTypeCore(string ns, string name, bool ignoreCase, out Exception? e) => GetTypeCore(ns.ToUtf8(), name.ToUtf8(), ignoreCase, out e);