5 references to StringToUTF8
ILCompiler.RyuJit (5)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
2389
return (byte*)GetPin(
StringToUTF8
(mdType.Module.Assembly.GetName().Name));
3970
*className = classResult != null ? (byte*)GetPin(
StringToUTF8
(classResult)) : null;
3972
*namespaceName = namespaceResult != null ? (byte*)GetPin(
StringToUTF8
(namespaceResult)) : null;
3974
enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)GetPin(
StringToUTF8
(enclosingResults[i])) : null;
3976
return result != null ? (byte*)GetPin(
StringToUTF8
(result)) : null;