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