3 references to hostfxr_dotnet_environment_framework_info
Microsoft.DotNet.NativeWrapper (3)
NETEnvironmentInfo.cs (3)
66var runtimes = new hostfxr_dotnet_environment_framework_info[infoStruct.framework_count]; 69var pointer = new IntPtr(infoStruct.frameworks.ToInt64() + i * Marshal.SizeOf(typeof(hostfxr_dotnet_environment_framework_info))); 70runtimes[i] = Marshal.PtrToStructure<hostfxr_dotnet_environment_framework_info>(pointer);