dotnet_host       119 ext/com_dotnet/com_dotnet.c 	ICorRuntimeHost *dotnet_host;
dotnet_host       139 ext/com_dotnet/com_dotnet.c 			&IID_ICorRuntimeHost, (LPVOID*)&stuff->dotnet_host);
dotnet_host       146 ext/com_dotnet/com_dotnet.c 	hr = ICorRuntimeHost_Start(stuff->dotnet_host);
dotnet_host       151 ext/com_dotnet/com_dotnet.c 	hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk);
dotnet_host       171 ext/com_dotnet/com_dotnet.c 		if (stuff->dotnet_host) {
dotnet_host       172 ext/com_dotnet/com_dotnet.c 			ICorRuntimeHost_Stop(stuff->dotnet_host);
dotnet_host       173 ext/com_dotnet/com_dotnet.c 			ICorRuntimeHost_Release(stuff->dotnet_host);
dotnet_host       217 ext/com_dotnet/com_dotnet.c 		hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk);
dotnet_host       327 ext/com_dotnet/com_dotnet.c 	if (stuff->dotnet_host) {
dotnet_host       328 ext/com_dotnet/com_dotnet.c 		ICorRuntimeHost_Stop(stuff->dotnet_host);
dotnet_host       329 ext/com_dotnet/com_dotnet.c 		ICorRuntimeHost_Release(stuff->dotnet_host);
dotnet_host       330 ext/com_dotnet/com_dotnet.c 		stuff->dotnet_host = NULL;