1 write to s_hostFxrPath
Microsoft.DotNet.NativeWrapper (1)
Interop.cs (1)
24
s_hostFxrPath
= (string)AppContext.GetData(Constants.RuntimeProperty.HostFxrPath)!;
1 reference to s_hostFxrPath
Microsoft.DotNet.NativeWrapper (1)
Interop.cs (1)
71
string? hostFxrPath =
s_hostFxrPath
;