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