6 references to GetTypeNamePointer
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
2232return reader.GetTypeNamePointer(ecmaType.Handle); 3931*className = reader.GetTypeNamePointer(owningType.Handle); 3944enclosingClassNames[i] = reader.GetTypeNamePointer(containingType.Handle);
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
2232return reader.GetTypeNamePointer(ecmaType.Handle); 3931*className = reader.GetTypeNamePointer(owningType.Handle); 3944enclosingClassNames[i] = reader.GetTypeNamePointer(containingType.Handle);