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     216 ext/com_dotnet/com_dotnet.c 	} else if (stuff->dotnet_domain == NULL) {
dotnet_domain     231 ext/com_dotnet/com_dotnet.c 		hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain);
dotnet_domain     260 ext/com_dotnet/com_dotnet.c 	hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_sys, &unk);
dotnet_domain     327 ext/com_dotnet/com_dotnet.c 	if (stuff->dotnet_domain) {
dotnet_domain     328 ext/com_dotnet/com_dotnet.c 		IDispatch_Release(stuff->dotnet_domain);
dotnet_domain     343 ext/com_dotnet/com_dotnet.c 	if (stuff->dotnet_domain) {
dotnet_domain     344 ext/com_dotnet/com_dotnet.c 		IDispatch_Release(stuff->dotnet_domain);
dotnet_domain     345 ext/com_dotnet/com_dotnet.c 		stuff->dotnet_domain = NULL;