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