3 writes to _hostContextHandle
dotnet-aot (3)
ManagedHost.cs (3)
210out _hostContextHandle); 226_hostContextHandle = 0; 245_hostContextHandle = 0;
5 references to _hostContextHandle
dotnet-aot (5)
ManagedHost.cs (5)
212if (result != StatusCode.Success && _hostContextHandle == 0) 219_hostContextHandle, 225Interop.hostfxr_close(_hostContextHandle); 242if (!_disposed && _hostContextHandle != 0) 244Interop.hostfxr_close(_hostContextHandle);