Searched refs:loaded_runtime (Results 1 – 2 of 2) sorted by relevance
245 if (This->loaded_runtime) in CLRRuntimeInfo_GetRuntimeHost()247 *result = This->loaded_runtime; in CLRRuntimeInfo_GetRuntimeHost()256 hr = RuntimeHost_Construct(This, ploaded_mono, &This->loaded_runtime); in CLRRuntimeInfo_GetRuntimeHost()261 *result = This->loaded_runtime; in CLRRuntimeInfo_GetRuntimeHost()285 if (runtimes[i].loaded_runtime) in unload_all_runtimes()286 RuntimeHost_Destroy(runtimes[i].loaded_runtime); in unload_all_runtimes()
92 struct RuntimeHost *loaded_runtime; member