1 write to HostFxrPath
Microsoft.DotNet.NativeWrapper (1)
Interop.cs (1)
24
HostFxrPath
= (string)AppContext.GetData(Constants.RuntimeProperty.HostFxrPath)!;
3 references to HostFxrPath
Microsoft.DotNet.NativeWrapper (3)
Interop.cs (3)
52
if (string.IsNullOrEmpty(
HostFxrPath
))
57
if (!NativeLibrary.TryLoad(
HostFxrPath
, out var handle))
59
throw new HostFxrNotFoundException(
HostFxrPath
);