dotnet_domain 120 ext/com_dotnet/com_dotnet.c IAppDomain *dotnet_domain; dotnet_domain 156 ext/com_dotnet/com_dotnet.c hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); dotnet_domain 168 ext/com_dotnet/com_dotnet.c if (stuff->dotnet_domain) { dotnet_domain 169 ext/com_dotnet/com_dotnet.c IUnknown_Release(stuff->dotnet_domain); dotnet_domain 215 ext/com_dotnet/com_dotnet.c } else if (stuff->dotnet_domain == NULL) { dotnet_domain 230 ext/com_dotnet/com_dotnet.c hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); dotnet_domain 258 ext/com_dotnet/com_dotnet.c hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_sys, &unk); dotnet_domain 324 ext/com_dotnet/com_dotnet.c if (stuff->dotnet_domain) { dotnet_domain 325 ext/com_dotnet/com_dotnet.c IDispatch_Release(stuff->dotnet_domain); dotnet_domain 340 ext/com_dotnet/com_dotnet.c if (stuff->dotnet_domain) { dotnet_domain 341 ext/com_dotnet/com_dotnet.c IDispatch_Release(stuff->dotnet_domain); dotnet_domain 342 ext/com_dotnet/com_dotnet.c stuff->dotnet_domain = NULL;