4 references to hostfxr_resolve_sdk2
Microsoft.DotNet.NativeWrapper (4)
Interop.cs (3)
86/// Flags that control SDK resolution behavior in <see cref="hostfxr_resolve_sdk2"/>. 104/// Identifies the type of result returned through the <see cref="hostfxr_resolve_sdk2"/> callback. 311/// Callback delegate for receiving SDK resolution results from <see cref="hostfxr_resolve_sdk2"/>.
NETCoreSdkResolverNativeWrapper.cs (1)
18StatusCode errorCode = Interop.hostfxr_resolve_sdk2(dotnetExeDirectory, globalJsonStartDirectory, flags, result.Initialize);